mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
See Rust RFC 3052 [1]. This field is no longer required, so there is no need to have a filler value here anymore. [1] <https://rust-lang.github.io/rfcs/3052-optional-authors-field.html>
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 = "1"
|
|
quote = "1"
|