mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Improve quoting of printed command
This commit is contained in:
parent
8170047456
commit
6f67acec37
5 changed files with 46 additions and 28 deletions
|
@ -25,6 +25,7 @@ prettyplease = { version = "0.2.17", features = ["verbatim"] }
|
|||
proc-macro2 = "1.0.74"
|
||||
quote = { version = "1.0.35", default-features = false }
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
shlex = "1.3"
|
||||
syn = { version = "2.0.46", default-features = false, features = ["clone-impls", "fold", "full", "parsing", "printing", "visit-mut"] }
|
||||
syn-select = "0.3"
|
||||
tempfile = "3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue