mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
18 lines
389 B
TOML
18 lines
389 B
TOML
[package]
|
|
name = "aquatic_toml_config_derive"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "Serialize toml with comments"
|
|
repository = "https://github.com/greatest-ape/aquatic"
|
|
exclude = ["target"]
|
|
keywords = ["toml"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = "1"
|