🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 19:25:39.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 19:25:39.0 +00:00:00
commit
fda03cfe21d6718d71d6301895def0ed129089d5 [patch]
tree
abbc095f024116aeebf30485ee9cc522551fd9ca
parent
e4666830621107a55bde852b06b861afe7c53adb
download
fda03cfe21d6718d71d6301895def0ed129089d5.tar.gz

Add config to Cargo.toml for crates.io



Diff

 Cargo.toml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d72e982..7c59d49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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
\ No newline at end of file
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" }