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

23 lines
820 B
TOML

[package]
name = "background-jobs-example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2.4.0"
apub-awc = { version = "0.1.0", path = "../../apub-awc/" }
apub-background-jobs = { version = "0.1.0", path = "../../apub-background-jobs/" }
apub-breaker-session = { version = "0.1.0", path = "../../apub-breaker-session/" }
apub-core = { version = "0.1.0", path = "../../apub-core/" }
apub-rustcrypto = { version = "0.1.0", path = "../../apub-rustcrypto/" }
anyhow = "1"
awc = { version = "3.0.0-beta.10", default-features = false, features = ["rustls"] }
background-jobs = "0.9.1"
env_logger = "0.9"
example-types = { version = "0.1.0", path = "../example-types/" }
log = "0.4"
rand = "0.8.4"
rsa = "0.5.0"