Skip to content
Snippets Groups Projects
Verified Commit 0af38f09 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

chore(cargo): Remove unused fs_extra dependency

parent 638e3315
No related branches found
No related tags found
1 merge request!39Update dependencies
......@@ -25,7 +25,6 @@ csv = "1"
datafrog = "2"
derive_more = { version = "1.0.0-beta.6", features = ["full"] }
env_logger = "0.11"
fs_extra = "1"
glob = "0.3"
indent_write = "2"
lazy_static = "1"
......@@ -35,12 +34,12 @@ regex = "1"
rustc-hash = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
shlex = "1.3"
syn = { version = "2", features = ["full", "parsing"] }
toml = "0.8"
topological-sort = "0.2"
typed-arena = "2"
unicode-xid = "0.2"
shlex = "1.3.0"
[workspace.package]
edition = "2021"
......
......@@ -24,7 +24,6 @@ translation.workspace = true
log.workspace = true
env_logger.workspace = true
fs_extra.workspace = true
shlex.workspace = true
[package.metadata.rust-analyzer]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment