smallint/Cargo.toml

14 lines
285 B
TOML
Raw Normal View History

2022-08-02 08:55:59 -04:00
[package]
name = "smallint"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-02 09:21:00 -04:00
num-bigint = { version = "0.4.3", optional = true }
[dev-dependencies]
num-bigint = { version = "0.4.3" }