We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0985c30 commit 3afea73Copy full SHA for 3afea73
Cargo.toml
@@ -12,10 +12,6 @@ readme = "README.md"
12
autotests = true
13
edition = "2018"
14
15
-[badges]
16
-travis-ci = { repository = "alexcrichton/curl-rust" }
17
-appveyor = { repository = "alexcrichton/curl-rust" }
18
-
19
[dependencies]
20
libc = "0.2.42"
21
curl-sys = { path = "curl-sys", version = "0.4.53", default-features = false }
curl-sys/Cargo.toml
@@ -11,10 +11,6 @@ documentation = "https://docs.rs/curl-sys"
11
categories = ["external-ffi-bindings"]
[lib]
name = "curl_sys"
path = "lib.rs"
0 commit comments