1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/config/derive/Cargo.toml
Wez Furlong 8508860136 config: derive some metadata about the config
This isn't used by anything yet, but will enable some runtime
config editing functions that I have planeed for the future.
2022-09-22 06:09:31 -07:00

16 lines
266 B
TOML

[package]
name = "wezterm-config-derive"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/wez/wezterm"
description = "derive config metadata"
license = "MIT"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0.2"
syn = "1.0"