fish-shell/fish-rust/widestring-suffix/Cargo.toml

14 lines
245 B
TOML
Raw Normal View History

2023-01-15 06:56:24 +08:00
[package]
name = "widestring-suffix"
version = "0.1.0"
2023-08-15 07:31:46 +08:00
edition.workspace = true
rust-version.workspace = true
2023-01-15 06:56:24 +08:00
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = ["full", "visit-mut"] }
proc-macro2 = "1.0"
quote = "1.0"