mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
13 lines
154 B
TOML
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 = "2"
|
|
quote = "1"
|