lemmy/crates/apub_lib_derive/Cargo.toml

20 lines
418 B
TOML
Raw Normal View History

[package]
name = "lemmy_apub_lib_derive"
2022-03-15 21:23:16 +00:00
version = "0.16.1"
edition = "2021"
2021-07-24 09:55:56 +00:00
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
[lib]
proc-macro = true
[dev-dependencies]
2021-12-14 13:30:37 +00:00
trybuild = { version = "1.0.53", features = ["diff"] }
[dependencies]
2021-12-14 13:30:37 +00:00
proc-macro2 = "1.0.33"
syn = "1.0.82"
quote = "1.0.10"