smallint/Cargo.toml
2022-08-02 09:21:00 -04:00

14 lines
285 B
TOML

[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]
num-bigint = { version = "0.4.3", optional = true }
[dev-dependencies]
num-bigint = { version = "0.4.3" }