apub/apub-breaker-session/Cargo.toml

12 lines
275 B
TOML

[package]
name = "apub-breaker-session"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.1.0", path = "../apub-core/" }
dashmap = "4.0.2"
url = "2"