diff options
Diffstat (limited to 'racer-tracer/Cargo.toml')
| -rw-r--r-- | racer-tracer/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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"] } |
