Add more structure and change intended usage

This commit is contained in:
Eric Zhang
2022-04-03 21:34:47 -04:00
parent 3f4cdef248
commit 702c67c4af
6 changed files with 81 additions and 9 deletions

View File

@@ -12,3 +12,4 @@ clap = { version = "3.1.8", features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["full"] }
uuid = { version = "0.8.2", features = ["serde", "v4"] }