apub/apub-objectid/Cargo.toml
2021-11-17 22:17:36 -06:00

11 lines
240 B
TOML

[package]
name = "apub-objectid"
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"
url = { version = "2", features = ["serde"] }