mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
It is now used by at the latest versions of anyhow and thiserror, so we will eventually have this duplicate dependency anyway.
13 lines
154 B
TOML
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"
|