diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |