Skip to content

Commit 01f3dba

Browse files
committed
Add badges to Cargo.toml
1 parent 104213e commit 01f3dba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ repository = "https://github.com/kpp/futures-async-combinators"
1010
keywords = ["async", "await", "futures"]
1111
edition = "2018"
1212

13+
[badges]
14+
travis-ci = { repository = "kpp/futures-async-combinators" }
15+
coveralls = { repository = "kpp/futures-async-combinators" }
16+
# Available options are `actively-developed`, `passively-maintained`,
17+
# `as-is`, `none`, `experimental`, `looking-for-maintainer`, `deprecated`.
18+
maintenance = { status = "experimental" }
19+
1320
[dependencies]
1421
pin-utils = "=0.1.0-alpha.4"
1522

0 commit comments

Comments
 (0)