mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
8508860136
This isn't used by anything yet, but will enable some runtime config editing functions that I have planeed for the future.
16 lines
266 B
TOML
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"
|