mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
12 lines
213 B
TOML
12 lines
213 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.43"
|
|
os_pipe = "1.1.2"
|
|
clap = { version = "4", features = ["derive"] }
|
|
env_logger = "0.10.0"
|
|
log = "0.4.17"
|