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

17 lines
386 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]
actix = "0.8"
2019-05-27 17:29:11 +00:00
background-jobs = { version = "0.6.0", path = "../.." }
2019-05-25 21:15:09 +00:00
failure = "0.1"
futures = "0.1"
2019-09-17 01:31:11 +00:00
sled-extensions = "0.1.0"
2019-05-25 21:15:09 +00:00
serde = "1.0"
serde_derive = "1.0"