Skip to content

Commit

Permalink
Use cargo-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 4, 2024
1 parent 9cf7dba commit edd8d09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
afl = { version = "0.15.10", default-features = false, optional = true }
anyhow = { version = "1.0.83", optional = true }
cargo_metadata = { version = "0.18.1", optional = true }
chrono = "0.4"
clap = { version = "4.5.4", features = ["cargo", "derive", "env"], optional = true }
console = { version = "0.15.8", optional = true }
env_logger = { version = "0.11.3", optional = true }
Expand All @@ -25,12 +26,10 @@ glob = { version = "0.3.1", optional = true }
honggfuzz = { version = "0.5.56", optional = true }
libc = { version = "0.2.153", optional = true }
log = { version = "0.4.21", optional = true }
plotly = "0.9"
semver = { version = "1.0.23", optional = true }
strip-ansi-escapes = { version = "0.2.0", optional = true }
time-humanize = { version = "0.1.3", optional = true }
chrono = "0.4"
plotly = "0.9"


[features]
default = ["cli"]
Expand Down

0 comments on commit edd8d09

Please sign in to comment.