Add config to Cargo.toml for crates.io
This commit is contained in:
parent
e466683062
commit
fda03cfe21
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bin"
|
name = "bin"
|
||||||
version = "1.0.1"
|
version = "1.0.1"
|
||||||
|
description = "a paste bin."
|
||||||
|
repository = "https://github.com/w4/bin"
|
||||||
|
license = "WTFPL OR 0BSD"
|
||||||
authors = ["Jordan Doyle <jordan@doyle.la>"]
|
authors = ["Jordan Doyle <jordan@doyle.la>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -18,3 +21,9 @@ serde_derive = "1.0"
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
incremental = false
|
incremental = false
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "w4/bin" }
|
||||||
|
is-it-maintained-issue-resolution = { repository = "w4/bin" }
|
||||||
|
is-it-maintained-open-issues = { repository = "w4/bin" }
|
||||||
|
maintenance = { status = "passively-maintained" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue