mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
13 lines
193 B
TOML
13 lines
193 B
TOML
[package]
|
|
name = "deltachat_derive"
|
|
version = "0.1.0"
|
|
authors = ["Dmitry Bogatov <KAction@debian.org>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0.13"
|
|
quote = "1.0.2"
|