diff options
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 |