Files
chatmail-core/deltachat_derive/Cargo.toml
link2xt 942f64f04d Remove authors field from Cargo metadata
See Rust RFC 3052 [1]. This field is no longer required,
so there is no need to have a filler value here anymore.

[1] <https://rust-lang.github.io/rfcs/3052-optional-authors-field.html>
2022-12-26 12:18:15 +00:00

13 lines
154 B
TOML

[package]
name = "deltachat_derive"
version = "2.0.0"
edition = "2018"
license = "MPL-2.0"
[lib]
proc-macro = true
[dependencies]
syn = "1"
quote = "1"