serde json

This commit is contained in:
Priec
2026-03-04 15:55:29 +01:00
parent 5182e2f833
commit 3078efd928
5 changed files with 1284 additions and 0 deletions

9
riesenie1/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "riesenie1"
version = "0.1.0"
edition = "2024"
[dependencies]
itertools = "0.14.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"