Skip to content

Commit

Permalink
Remove unused depts
Browse files Browse the repository at this point in the history
cargo +nightly udeps

Signed-off-by: Christopher Rabotin <[email protected]>
  • Loading branch information
ChristopherRabotin committed May 24, 2023
1 parent 660f375 commit d8f4c69
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ rand_distr = "0.4"
meval = "0.2"
rust-embed = "6"
toml = "0.7"
config = {version = "0.13.3", features = ["yaml"]}
regex = "1.5"
pretty_env_logger = "0.5"
dialoguer = "0.10"
glob = "0.3"
rayon = "1.6"
lazy_static = "1.4.0"
approx = "0.5"
Expand All @@ -58,10 +54,11 @@ whoami = "1.3.0"
either = {version = "1.8.1", features = ["serde"]}
num = "0.4.0"
enum-iterator = "1.4.0"
rstest = "0.17.0"

[dev-dependencies]
polars = {version = "0.29.0", features = ["parquet"]}
rstest = "0.17.0"
pretty_env_logger = "0.5"

[build-dependencies]
shadow-rs = "0.21.0"
Expand Down

0 comments on commit d8f4c69

Please sign in to comment.