mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
10 lines
192 B
TOML
10 lines
192 B
TOML
[package]
|
|
name = "nyxi-installer"
|
|
version = "2.0.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
curl = "0.4.47"
|
|
nix = { version = "0.29.0", features = ["mount"] }
|
|
rsfdisk = "0.1.0"
|
|
sys_metrics = "0.2.7"
|