apub/apub-core/Cargo.toml

11 lines
236 B
TOML
Raw Normal View History

2021-11-18 04:17:36 +00:00
[package]
name = "apub-core"
2021-11-18 04:17:36 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1"
2021-11-18 15:26:38 +00:00
url = { version = "2", features = ["serde"] }