apub/apub-breaker-session/Cargo.toml

17 lines
515 B
TOML
Raw Normal View History

2021-11-18 04:17:36 +00:00
[package]
name = "apub-breaker-session"
2021-11-30 03:43:54 +00:00
description = "Utilities for building activitypub servers"
2021-11-18 04:17:36 +00:00
version = "0.1.0"
2021-11-30 03:43:54 +00:00
license = "AGPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/apub"
keywords = ["activitypub", "activitystreams", "federation", "async"]
2021-11-18 04:17:36 +00:00
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/" }
2021-11-18 04:17:36 +00:00
dashmap = "4.0.2"
url = "2"