apub/examples/awc-example/Cargo.toml
Aode (lion) 52fbfcdb82
All checks were successful
continuous-integration/drone/push Build is passing
Bump versions
2021-12-05 15:19:45 -06:00

15 lines
469 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 = { version = "0.2.0", path = "../../", features = ["with-awc", "with-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"