mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
With this macro it is possible to #[derive(ToSql, FromSql)] for enums, that do not contain data (C-style).
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 = "0.14.4"
|
|
quote = "0.6.3"
|