1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/config/derive/Cargo.toml

16 lines
266 B
TOML
Raw Normal View History

[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"