From 38e9bf130fc1075d576626f0c2ade582ccc3c57f Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Tue, 17 Jan 2023 19:43:40 +0100 Subject: =?UTF-8?q?=F0=9F=93=9C=20Add=20config=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- racer-tracer/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'racer-tracer/Cargo.toml') diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml index 9bd6b6a..0e80de3 100644 --- a/racer-tracer/Cargo.toml +++ b/racer-tracer/Cargo.toml @@ -13,3 +13,5 @@ rayon = "1.6.1" structopt = "0.3" num_cpus = "1.15.0" synchronoise = "1.0.1" +config = "0.13.3" +serde = { version = "1", features = ["derive"] } -- cgit v1.2.3