Introduce rnix dependency to parse Nix files and collect boolean options with their full attribute paths from a test configuration file
10 lines
139 B
TOML
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"
|