mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Having a number that resembles the core version number is confusing. This doesn't matter at all, it just needs to be a version number.
14 lines
226 B
TOML
14 lines
226 B
TOML
[package]
|
|
name = "deltachat_derive"
|
|
version = "2.0.0"
|
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0.13"
|
|
quote = "1.0.2"
|