apub/apub-ingest/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

[package]
name = "apub-ingest"
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/" }
async-trait = "0.1.51"
url = "2"