Skip to content

Commit

Permalink
Prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaulendil committed Jul 29, 2020
1 parent f3b3ba9 commit 31aa9aa
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
[package]
name = "dsmsg"
description = "Randomly generate online messages from Dark Souls."
version = "1.0.0"

authors = ["Yaulendil <davarice@protonmail.com>"]
repository = "https://github.com/yaulendil/dsmsg"
homepage = "https://github.com/yaulendil/dsmsg"
readme = "README.md"

exclude = [".idea", "*.tar.gz", "*.zip"]
categories = ["command-line-utilities"]
keywords = ["dark-souls", "message", "random", "text", "generator"]

edition = "2018"
license = "GPL-3.0"


[badges]
maintenance = { status = "passively-maintained" }


[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"


[dependencies]
lazy_static = "1.4.0"
rand = "0.7"


[features]
# NewLine Feature inserts a Line Break between parts of a Compound Message.
newline = []
Loading

0 comments on commit 31aa9aa

Please sign in to comment.