feat: add command get for doing queries

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-25 22:13:50 +02:00
parent 23d68caf71
commit 02dd805db4
7 changed files with 246 additions and 67 deletions

View File

@@ -16,3 +16,4 @@ serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
toml = "0.8.19"
fs_extra = "1.3.0"
serde_json = "1.0.127"