mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Inline bat's PrettyPrinter logic
This commit is contained in:
parent
3944f5a713
commit
09d0e944d6
3 changed files with 35 additions and 19 deletions
|
@ -20,6 +20,7 @@ prettyplease = []
|
|||
bat = { version = "0.24", default-features = false, features = ["paging", "regex-fancy"] }
|
||||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
console = "0.15"
|
||||
fs-err = "3"
|
||||
prettyplease = { version = "0.2.25", features = ["verbatim"] }
|
||||
proc-macro2 = "1.0.80"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue