Add start/stop and shutdown functionality

This commit is contained in:
2022-11-01 21:37:47 +01:00
parent 6aea04ee8e
commit e02c3c38aa
3 changed files with 245 additions and 7 deletions

View File

@@ -9,3 +9,7 @@ edition = "2021"
obws = "0.10.0-beta.4"
tokio = { version = "1.21.2", features = ["full"] }
anyhow = "1.0"
clap = { version = "4.0.18", features = ["derive"] }
confy = "0.5.1"
serde = { version = "1.0", features = ["derive"] }