You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/apub_lib_derive/Cargo.toml

18 lines
325 B
TOML

[package]
name = "lemmy_apub_lib_derive"
version = "0.13.0-rc.1"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
[lib]
proc-macro = true
[dev-dependencies]
trybuild = { version = "1.0.45", features = ["diff"] }
[dependencies]
proc-macro2 = "1.0.28"
syn = "1.0.75"
quote = "1.0.9"