smallint/Cargo.toml

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