[no description]
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7358f09 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "cinter" +version = "0.1.0" +license = "MIT" +edition = "2024" +authors = ["bend-n <[email protected]>"] +description = "const usable bigints" +repository = "https://git.bendn.org/cinter" +keywords = ["mathematics", "numerics", "bignum", "const"] +categories = ["algorithms", "data-structures", "science"] + +[dev-dependencies] +rand = { version = "0.10.0", default-features = false, features = ["std", "thread_rng"] } |