apub/apub-ingest/Cargo.toml

17 lines
511 B
TOML
Raw Permalink Normal View History

[package]
name = "apub-ingest"
2021-11-30 03:43:54 +00:00
description = "Utilities for building activitypub servers"
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"]
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/" }
async-trait = "0.1.51"
url = "2"