aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-29 22:04:01 +0200
committerTill Hoeppner2015-06-29 22:04:01 +0200
commit7fa79ea0692e958841032563d91ee98210ea18a0 (patch)
tree0707d67d4238e681f7a378297f48bc7135bdb8a6 /Cargo.toml
parentf0ee5be572168542774739cf713b7eeca2cbc598 (diff)
downloadirsc-7fa79ea0692e958841032563d91ee98210ea18a0.tar.gz
irsc-7fa79ea0692e958841032563d91ee98210ea18a0.tar.xz
irsc-7fa79ea0692e958841032563d91ee98210ea18a0.zip
Use official carboxyl again
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