apub/apub-background-jobs/Cargo.toml

15 lines
398 B
TOML
Raw Normal View History

2021-11-18 22:10:12 +00:00
[package]
name = "apub-background-jobs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
apub-core = { version = "0.1.0", path = "../apub-core/" }
background-jobs = "0.9.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
url = { version = "2", features = ["serde"] }