sterling/Cargo.toml
2018-03-10 09:34:14 -05:00

17 lines
No EOL
430 B
TOML

[package]
name = "sterling"
version = "0.1.0"
description = "Converts a given D&D 5e currency value to the Silver Standard."
authors = ["Zachary Dziura <zcdziura@gmail.com>"]
readme = "README.md"
license = "Unlicense/MIT"
repository = "https://gitlab.com/zcdziura/sterling"
keywords = ["d&d", "coins", "converter", "currency", "5e"]
[dependencies]
clap = "2.31.1"
lazy_static = "1.0.0"
regex = "0.2"
[profile.release]
lto = true