mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
af225a42d0
* Updating lemmy-js-client. * Fix prod deploy script and clippy * Try using buster. * Using more generic and updated images. * again. * again. * Try alternate env * again. * again. * Version 0.11.4-rc.24 * again. * Better old_tag * Version 0.11.4-rc.27 * Updating cargo.lock * Trying to run a cargo check to update the lock * Version 0.11.4-rc.28
17 lines
326 B
TOML
17 lines
326 B
TOML
[package]
|
|
name = "lemmy_apub_lib_derive"
|
|
version = "0.11.4-rc.28"
|
|
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.28"
|
|
syn = "1.0.74"
|
|
quote = "1.0.9"
|