IronRDP/xtask/Cargo.toml
Benoît CORTIER 622a0457bc build: relax some dependencies
In general we don’t need to specify as far as the patch version for
our dependencies.
2023-10-05 10:58:16 -04:00

15 lines
192 B
TOML

[package]
name = "xtask"
version = "0.0.0"
edition = "2021"
publish = false
[[bin]]
name = "xtask"
test = false
[dependencies]
anyhow = "1"
pico-args = "0.5"
xshell = "0.2"
tinyjson = "2.5"