mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
14 lines
245 B
TOML
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"
|