23731cd49c
* Trying out rust-musl-builder for cargo publish * Version 0.13.5-rc.1 * Try rust:nightly * Version 0.13.5-rc.2 * Try rust slim * Version 0.13.5-rc.3 * Try rust 1.51 * Version 0.13.5-rc.4 * Trying another nightly * Version 0.13.5-rc.5 * Trying another fix * Version 0.13.5-rc.6
19 lines
422 B
TOML
19 lines
422 B
TOML
[package]
|
|
name = "lemmy_apub_lib_derive"
|
|
version = "0.13.5-rc.6"
|
|
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"
|