aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 4cb462e..d7f2c09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ license = "MIT"
log = "*"
regex = "*"
regex_macros = "*"
-carboxyl = "*"
[features]
ssl = ["openssl"]
@@ -23,6 +22,9 @@ lints = ["clippy"]
version = "*"
optional = true
+[dependencies.carboxyl]
+git = "https://github.com/tilpner/carboxyl"
+
[dependencies.clippy]
version = "*"
optional = true