Files
chatmail-core/deltachat_derive/Cargo.toml
link2xt cf5f87c81b chore(cargo): introduce syn 3 dependency
It is now used by at the latest versions of anyhow and thiserror,
so we will eventually have this duplicate dependency anyway.
2026-08-02 02:31:45 +00:00

13 lines
154 B
TOML

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