mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
1155a14b00
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
20 lines
498 B
TOML
20 lines
498 B
TOML
[package]
|
|
name = "xtask"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
# 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"] }
|
|
regex = { version = "1.9.4", default-features = false, features = ["perf", "std"] }
|
|
toml_edit = "0.25.1"
|
|
|
|
[lints]
|
|
workspace = true
|