lemmy/crates/apub_lib_derive/Cargo.toml

20 lines
417 B
TOML
Raw Normal View History

[package]
name = "lemmy_apub_lib_derive"
2021-11-17 21:25:50 +00:00
version = "0.14.1"
edition = "2018"
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-08-17 20:31:16 +00:00
trybuild = { version = "1.0.45", features = ["diff"] }
[dependencies]
proc-macro2 = "1.0.29"
syn = "1.0.77"
2021-08-17 20:31:16 +00:00
quote = "1.0.9"