aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-26 16:58:52 +0200
committerTill Hoeppner2015-06-26 16:58:52 +0200
commitb7bb9b131056c5ffc0552e6c2c16e52781558df7 (patch)
tree856baf8c4e1af8e5ea43782c39fac59298b27633 /Cargo.toml
parente0e1329dbc7c88cd72d94bd0c70fdebc08ed0997 (diff)
downloadirsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.tar.gz
irsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.tar.xz
irsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.zip
Re-add carboxyl, split into owned and shared client
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