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.
2 parents a0b49d0 + 3afea73 commit 3d9d6feCopy full SHA for 3d9d6fe
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.72", default-features = false }
curl-sys/Cargo.toml
@@ -12,10 +12,6 @@ categories = ["external-ffi-bindings"]
exclude = ["curl/docs/", "curl/tests/"]
[lib]
name = "curl_sys"
path = "lib.rs"
0 commit comments