Export prisoner data to JSON.

This commit is contained in:
2022-07-02 12:04:43 +02:00
parent 33cb815296
commit b9c2ae82d6
3 changed files with 68 additions and 4 deletions

View File

@@ -13,3 +13,5 @@ license = "Zlib"
[dependencies]
rand = "0.8"
structopt = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"