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 4f0790b commit cd577c1Copy full SHA for cd577c1
Cargo.toml
@@ -13,7 +13,11 @@ repository = "https://github.com/erickt/rust-zmq"
13
readme = "README.md"
14
build = "build.rs"
15
edition = "2018"
16
-maintainance = { status = "passively-maintained" }
+
17
+[badges]
18
+maintenance = { status = "passively-maintained" }
19
+travis-ci = { repository = "erickt/rust-zmq" }
20
+appveyor = { repository = "erickt/rust-zmq" }
21
22
[features]
23
default = ["zmq_has"]
0 commit comments