mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17: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
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -184,10 +184,13 @@ dependencies = [
|
|||
"cargo-subcommand-metadata",
|
||||
"clap",
|
||||
"console",
|
||||
"etcetera",
|
||||
"fs-err",
|
||||
"home",
|
||||
"prettyplease",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"semver",
|
||||
"serde",
|
||||
"shlex",
|
||||
"syn",
|
||||
|
@ -343,6 +346,17 @@ dependencies = [
|
|||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "etcetera"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"home",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fancy-regex"
|
||||
version = "0.11.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue