mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 23:28:01 +00:00
15 lines
192 B
TOML
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"
|