mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Load custom bat theme assets
This commit is contained in:
parent
497a5a94f6
commit
09f73c8182
7 changed files with 117 additions and 5 deletions
|
@ -21,10 +21,13 @@ bat = { version = "0.24", default-features = false, features = ["paging", "regex
|
|||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
console = "0.15"
|
||||
etcetera = "0.8"
|
||||
fs-err = "3"
|
||||
home = "0.5"
|
||||
prettyplease = { version = "0.2.25", features = ["verbatim"] }
|
||||
proc-macro2 = "1.0.80"
|
||||
quote = { version = "1.0.35", default-features = false }
|
||||
semver = "1"
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
shlex = "1.3"
|
||||
syn = { version = "2.0.85", default-features = false, features = ["clone-impls", "fold", "full", "parsing", "printing", "visit-mut"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue