49 lines
1.2 KiB
TOML
49 lines
1.2 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.95"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
[[package]]
|
|
name = "xflags"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944"
|
|
dependencies = [
|
|
"xflags-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xflags-macros"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155"
|
|
|
|
[[package]]
|
|
name = "xshell"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d"
|
|
dependencies = [
|
|
"xshell-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xshell-macros"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547"
|
|
|
|
[[package]]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"xflags",
|
|
"xshell",
|
|
]
|