This commit is contained in:
2022-02-05 19:00:27 +01:00
parent f0fc466452
commit 1a78cec632
4 changed files with 361 additions and 1 deletions

View File

@ -0,0 +1,13 @@
[package]
name = "rechenrätsel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.0.10", features = ["derive"] }
num-derive = "0.3.3"
num-integer = "0.1.44"
num-traits = "0.2.14"
rand = "0.8.4"