parser complete
This commit is contained in:
commit
8ffd3b9aff
12 changed files with 1321 additions and 0 deletions
14
tui/Cargo.toml
Normal file
14
tui/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "nous"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "nous"
|
||||
path = "./main.rs"
|
||||
|
||||
[dependencies]
|
||||
nix_json_parser = { path = "../parser" }
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = "0.29.0"
|
||||
ratatui = "0.29.0"
|
Loading…
Add table
Add a link
Reference in a new issue