Magisk/tools/rustup_wrapper/Cargo.toml
topjohnwu f61827cbec Switch rustup_wrapper to Rust implementation
For better Windows portability
2024-05-09 02:19:07 -07:00

10 lines
196 B
TOML

[package]
name = "rustup_wrapper"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
home = "0.5"