approximate-gcd/Cargo.toml
2025-04-02 17:39:42 +02:00

11 lines
216 B
TOML

[package]
name = "approximate-gcd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lll-rs = "0.2.0"
rug = "1.27.0"