smallint/Cargo.toml
2022-08-02 08:55:59 -04:00

10 lines
198 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 = "0.4.3"