mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 08:55:52 +08:00
13 lines
207 B
TOML
13 lines
207 B
TOML
[package]
|
|
name = "widestring-suffix"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["full", "visit-mut"] }
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|