aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-02 04:04:27 +0000
committerFuwn <[email protected]>2022-06-02 04:04:27 +0000
commit96c139a26a94cf0fd4d531df3c07156b3b531568 (patch)
treeed2f288d32a8a69947f3a67bfa437021015e5f05 /Cargo.toml
parentdocs(cargo): bump version to 0.2.3 (diff)
downloadgerm-96c139a26a94cf0fd4d531df3c07156b3b531568.tar.xz
germ-96c139a26a94cf0fd4d531df3c07156b3b531568.zip
feat(germ): ast struct
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64d8330..aea5994 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,8 @@ request = ["rustls", "url", "anyhow"]
meta = []
[dependencies]
-rustls = { version = "0.20.5", features = ["dangerous_configuration"], optional = true } # TLS
+rustls = { version = "0.20.5", features = [
+ "dangerous_configuration"
+], optional = true } # TLS
url = { version = "2.2.2", optional = true } # URL Validation
anyhow = { version = "1.0.57", optional = true } # `Result`