OpenTally/Cargo.toml

14 lines
261 B
TOML
Raw Normal View History

2021-05-28 19:58:40 +10:00
[package]
name = "opentally"
version = "0.1.0"
authors = ["Lee Yingtong Li <runassudo@yingtongli.me>"]
edition = "2018"
[dependencies]
num-traits = "0.2"
[dependencies.rug]
version = "1.12"
default-features = false
features = ["integer", "rational", "float"]