Add JSON support.

This commit is contained in:
2022-07-08 14:08:38 +02:00
parent 1d61c2b439
commit e62722e397
4 changed files with 52 additions and 4 deletions

View File

@@ -12,3 +12,5 @@ license = "AGPL-3.0-or-later"
[dependencies]
structopt = "0.3"
uuid = { version = "1.1", features = [ "v4", "fast-rng", "macro-diagnostics" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"