init: Scaffold expected crates with initial dependencies.
This commit is contained in:
16
crates/pikl-tui/Cargo.toml
Normal file
16
crates/pikl-tui/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "pikl-tui"
|
||||
description = "TUI frontend for pikl-menu."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
pikl-core = { path = "../pikl-core" }
|
||||
ratatui = "0.30"
|
||||
crossterm = { version = "0.29", features = ["event-stream"] }
|
||||
tokio = { version = "1", features = ["sync", "macros", "rt"] }
|
||||
futures = "0.3"
|
||||
Reference in New Issue
Block a user