apub/Cargo.toml
2021-11-17 22:17:36 -06:00

28 lines
508 B
TOML

[package]
name = "apub"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[workspace]
members = [
"apub-awc",
"apub-breaker-session",
"apub-deliver",
"apub-deref",
"apub-deref-client",
"apub-digest",
"apub-objectid",
"apub-openssl",
"apub-reqwest",
"apub-rustcrypto",
"apub-session",
"apub-signer",
"examples/awc-example",
"examples/example-types",
"examples/reqwest-example"
]