mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Remove unused features from core/Cargo.toml (#365)
Co-authored-by: zdiff <zdiff@localhost>
This commit is contained in:
parent
b35ad5bacc
commit
9ed0a48281
|
@ -7,7 +7,7 @@ license.workspace = true
|
|||
[dependencies]
|
||||
include_dir = "0.7.4"
|
||||
tempdir = "0.3.7"
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
toml = "0.8.19"
|
||||
serde = { version = "1.0.205", features = ["derive"], default-features = false }
|
||||
toml = { version = "0.8.19", features = ["parse"], default-features = false }
|
||||
which = "6.0.3"
|
||||
ego-tree = { workspace = true }
|
||||
|
|
Loading…
Reference in New Issue
Block a user