lemmy/crates/apub_lib_derive/Cargo.toml
Dessalines ad76c75821
Trying to add docker:latest. Fixes #1959 (#1960)
* Trying to add docker:latest. Fixes #1959

* Version 0.14.4-rc.3

* Trying to fix clippy on crate build

* Version 0.14.4-rc.4
2021-11-26 12:38:55 +00:00

20 lines
422 B
TOML

[package]
name = "lemmy_apub_lib_derive"
version = "0.14.4-rc.4"
edition = "2018"
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]
trybuild = { version = "1.0.45", features = ["diff"] }
[dependencies]
proc-macro2 = "1.0.29"
syn = "1.0.77"
quote = "1.0.9"