mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
10 lines
149 B
TOML
10 lines
149 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.43"
|
|
os_pipe = "1.1.2"
|
|
structopt = "0.3.22"
|