pipe input

This commit is contained in:
randogoth 2024-02-10 20:12:00 +02:00
parent 7ad1f49dc8
commit aac9ba5aff
3 changed files with 69 additions and 38 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atty = "0.2.14"
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"