mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
44d62f5147
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
25 lines
671 B
TOML
25 lines
671 B
TOML
[package]
|
|
name = "xtask"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
clap = { version = "4.4.1", features = ["derive"] }
|
|
human-sort = "0.2.2"
|
|
regex = { version = "1.9.4", default-features = false, features = ["perf", "std"] }
|
|
tempfile = "3.8.0"
|
|
toml_edit = "0.19.14"
|
|
walkdir = "2.3.3"
|
|
|
|
# https://github.com/zip-rs/zip/pull/383
|
|
[dependencies.zip]
|
|
git = "https://github.com/chenxiaolong/zip"
|
|
rev = "989101f9384b9e94e36e6e9e0f51908fdf98bde6"
|
|
default-features = false
|