mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-03 09:40:16 +00:00
5a281445a3
* Upgrade deps * Fix web::scope
18 lines
325 B
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.29"
|
|
syn = "1.0.77"
|
|
quote = "1.0.9"
|