feat: cli opts

This commit is contained in:
2023-06-13 15:56:08 +02:00
parent 78999174ab
commit d90daa0423
3 changed files with 216 additions and 5 deletions

View File

@@ -17,3 +17,4 @@ tower = "0.4.13"
uuid.workspace = true
tower-http = { version = "0.4.0", features = ["fs", "trace", "cors"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
clap = { version = "4.3.3", features = ["derive"] }