background-jobs/examples/metrics-example/Cargo.toml

16 lines
497 B
TOML
Raw Normal View History

2023-03-23 03:15:38 +00:00
[package]
name = "metrics-example"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.17.0", path = "../..", features = [ "error-logging", "sled" ] }
2023-03-23 03:15:38 +00:00
tracing = "0.1"
2023-04-28 00:29:46 +00:00
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
2023-03-23 03:15:38 +00:00
serde = { version = "1.0", features = ["derive"] }
sled = "0.34"