Files
garandos-tui/Cargo.toml
GarandPLG cb35269308 Add Nix configuration parser and option extraction
Introduce rnix dependency to parse Nix files and collect boolean options
with their full attribute paths from a test configuration file
2025-12-01 00:04:51 +01:00

10 lines
139 B
TOML

[package]
name = "garandos-tui"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.29.0"
rnix = "0.12.0"