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

13 lines
299 B
TOML

[package]
name = "apub-deref-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-deref = { version = "0.1.0", path = "../apub-deref/" }
pin-project-lite = "0.2.7"
thiserror = "1"
url = "2"