Add initial implementation of TUI-WM with README, build tasks, and configuration files
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "tui-wm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "tui-wm"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
crossterm = { version = "0.28", features = ["event-stream"] }
|
||||
ratatui = "0.29"
|
||||
Reference in New Issue
Block a user