Add config to Cargo.toml for crates.io

This commit is contained in:
Jordan Johnson-Doyle 2019-02-16 19:25:39 +00:00
parent e466683062
commit fda03cfe21
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6

View file

@ -1,6 +1,9 @@
[package]
name = "bin"
version = "1.0.1"
description = "a paste bin."
repository = "https://github.com/w4/bin"
license = "WTFPL OR 0BSD"
authors = ["Jordan Doyle <jordan@doyle.la>"]
edition = "2018"
@ -17,4 +20,10 @@ serde_derive = "1.0"
[profile.release]
lto = true
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" }