rink-rs/Cargo.toml
2016-08-04 23:11:58 -04:00

30 lines
664 B
TOML

[package]
name = "rink"
version = "0.1.1"
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
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"
keywords = ["unit", "math", "conversion", "cli", "tool"]
[features]
default = ["rustyline"]
[dependencies]
rust-gmp = "0.3.1"
rustyline = { version = "0.2.3", optional = true }
irc = { version = "0.11.3", optional = true }
[[bin]]
name = "rink"
doc = false
[[bin]]
name = "rink-debug-tokens"
doc = false
[[bin]]
name = "rink-irc"
doc = false