lemmy/crates/apub_lib_derive/Cargo.toml
Dessalines af225a42d0
Fix prod deploy script and clippy (#1724)
* 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
2021-08-25 17:26:10 -04:00

18 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"