mv arithmetic arith

This commit is contained in:
2025-06-22 19:15:14 +02:00
parent 7740a3ef3e
commit 19457c98dd
12 changed files with 30 additions and 32 deletions

9
arith/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "arith"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }