Files
chatmail-core/deltachat_derive/Cargo.toml
2020-01-19 21:40:22 +01:00

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"