aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64e8404..b268304 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,13 +14,11 @@ log = "^0.3"
regex = "^0.1"
regex_macros = "^0.1"
openssl = "^0.6"
+carboxyl = "^0.1"
[features]
lints = ["clippy"]
-[dependencies.carboxyl]
-git = "https://github.com/tilpner/carboxyl"
-
[dependencies.clippy]
version = "*"
optional = true