Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Mishra <[email protected]>
  • Loading branch information
Pushkarm029 committed Mar 26, 2024
1 parent 4a5f50b commit 9120134
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fs-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ name = "cli"
[dependencies]
data-error = { path = "../data-error" }
log = { version = "0.4.17", features = ["release_max_level_off"] }

serde_json = "1.0.82"
anyhow = "1.0.81"
itertools = "0.12.1"
serde = { version = "1.0.138", features = ["derive"] }

[dev-dependencies]
log = { version = "0.4.17", features = ["release_max_level_off"] }
anyhow = "1.0.81"
tempdir = "0.3.7"
serde_json = "1.0.82"

0 comments on commit 9120134

Please sign in to comment.