This commit is contained in:
nora 2021-06-06 20:33:28 +02:00
parent bd77a7dfff
commit 44de39a2a5
6 changed files with 101 additions and 1 deletions

9
primes/rust/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "rust-primes"
version = "0.1.0"
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]