10 lines
176 B
TOML
10 lines
176 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# Packages the Compose shell APK directly with existing SDK/JDK tools.
|
|
[[bin]]
|
|
name = "xtask"
|
|
path = "src/main.rs"
|