rink-rs/Cargo.toml

17 lines
477 B
TOML
Raw Normal View History

2016-08-02 19:33:19 +00:00
[package]
2016-08-03 14:39:08 +00:00
name = "rink"
2016-08-03 18:30:07 +00:00
version = "0.1.1"
2016-08-02 19:33:19 +00:00
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
2016-08-03 14:39:08 +00:00
description = "Unit conversion tool and library, similar to frink"
homepage = "https://github.com/tiffany352/rink-rs"
repository = "https://github.com/tiffany352/rink-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
2016-08-03 14:42:00 +00:00
keywords = ["unit", "math", "conversion", "cli", "tool"]
2016-08-02 19:33:19 +00:00
2016-08-03 17:18:20 +00:00
[features]
default = ["rustyline"]
2016-08-02 19:33:19 +00:00
[dependencies]
2016-08-03 17:18:20 +00:00
rustyline = { version = "0.2.3", optional = true }