aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-17 11:18:14 +0000
committerFuwn <[email protected]>2022-05-17 11:18:14 +0000
commitc6bef9778a624628e35e61da31cd659c362dc3c6 (patch)
tree21b65f852c003ed668847d39128de4ef48bdf946
parentfeat(meta): meta-related utilities (diff)
downloadgerm-c6bef9778a624628e35e61da31cd659c362dc3c6.tar.xz
germ-c6bef9778a624628e35e61da31cd659c362dc3c6.zip
fix(cargo.toml): convert requires ast
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b826985..b388141 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ categories = ["encoding"]
[features]
ast = []
-convert = []
+convert = ["ast"]
request = ["rustls", "url", "anyhow"]
meta = []