diff options
author | Till Hoeppner | 2015-06-26 16:58:52 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-26 16:58:52 +0200 |
commit | b7bb9b131056c5ffc0552e6c2c16e52781558df7 (patch) | |
tree | 856baf8c4e1af8e5ea43782c39fac59298b27633 /Cargo.toml | |
parent | e0e1329dbc7c88cd72d94bd0c70fdebc08ed0997 (diff) | |
download | irsc-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.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |