fish-shell/fish-rust/widestring-suffix/Cargo.toml
2023-08-19 15:18:38 +02:00

14 lines
245 B
TOML

[package]
name = "widestring-suffix"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = ["full", "visit-mut"] }
proc-macro2 = "1.0"
quote = "1.0"