Files
indivisible-rs/Cargo.toml
Nicolás Ortega Froysa ceb7e5974e Restructure code.
I'm gonna rewrite this whole thing.
2025-12-03 21:39:22 +01:00

15 lines
382 B
TOML

[package]
name = "indivisible"
version = "2.0.0"
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
description = "A prime number generator and tester"
edition = "2018"
readme = "README"
license = "GPL-3.0"
keywords = [ "primes", "math" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.13"