22 lines
453 B
TOML
22 lines
453 B
TOML
[package]
|
|
name = "opentally"
|
|
version = "0.1.0"
|
|
authors = ["Lee Yingtong Li <runassudo@yingtongli.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
git-version = "0.3.4"
|
|
num-traits = "0.2"
|
|
|
|
[dependencies.rug]
|
|
version = "1.12"
|
|
default-features = false
|
|
features = ["integer", "rational", "float"]
|
|
|
|
[dependencies.clap]
|
|
#version = "3.0.0-beta.2" # Bug 2279
|
|
git = "https://github.com/clap-rs/clap"
|
|
branch = "master"
|
|
default-features = false
|
|
features = ["std", "derive"]
|