07-17-remove_ticker (#2)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.front.kjuulh.io/kjuulh/scel/pulls/2
This commit is contained in:
2022-07-18 13:17:02 +02:00
parent 4043f4ec81
commit 05745f51ad
23 changed files with 1431 additions and 94 deletions

View File

@@ -6,3 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }
anyhow = { version = "*" }
async-trait = { version = "0.1.56" }
futures = "0.3.21"
tracing = "0.1"
lazy_static = "1.4.0"
regex = { version = "1.5.5" }
thiserror = "1.0.31"
uuid = {version = "1.1.2", features = ["v4", "fast-rng"]}