Skip to content

Commit 2657170

Browse files
committed
fix(dir-structure): remove extra features from default
1 parent 32b0a34 commit 2657170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/dir-structure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[features]
16-
default = ["derive", "tools", "async", "tokio", "image"]
16+
default = ["derive", "tools"]
1717
json = ["dep:serde", "dep:serde_json", "tools-data-formats"]
1818
toml = ["dep:serde", "dep:toml", "tools-data-formats"]
1919
yaml = ["dep:serde", "dep:serde_yaml", "tools-data-formats"]

0 commit comments

Comments
 (0)