apub/examples/awc-example/Cargo.toml

18 lines
655 B
TOML

[package]
name = "awc-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-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/" }
awc = { version = "3.0.0-beta.10", default-features = false, features = ["rustls"] }
example-types = { version = "0.1.0", path = "../example-types/" }
rand = "0.8.4"
rsa = "0.5.0"