zaciatok zadanie 4

This commit is contained in:
Priec
2026-02-03 22:02:37 +01:00
parent 65527b072a
commit 5317b4dc34
5 changed files with 420 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "debyl"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.57", features = ["derive"] }
itertools = "0.14.0"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"