mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 12:00:59 +00:00
16 lines
386 B
TOML
16 lines
386 B
TOML
[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"
|
|
background-jobs = { version = "0.6.0", path = "../.." }
|
|
failure = "0.1"
|
|
futures = "0.1"
|
|
sled-extensions = "0.1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|