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

18 lines
465 B
TOML
Raw Normal View History

2019-05-25 21:15:09 +00:00
[package]
name = "actix-example"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-03-21 02:31:03 +00:00
actix = "0.10.0-alpha.2"
actix-rt = "1.0.0"
anyhow = "1.0"
async-trait = "0.1.24"
2020-03-21 03:04:23 +00:00
background-jobs = { version = "0.8.0-alpha.0", path = "../.." }
2020-03-21 02:31:03 +00:00
env_logger = "0.7"
2019-10-28 23:47:23 +00:00
sled-extensions = "0.2.0"
2020-03-21 02:31:03 +00:00
serde = { version = "1.0", features = ["derive"] }