start work on tui app and rework secrets system
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "sops-tui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ratatui = { version = "0.29", features = ["crossterm"] }
|
||||
crossterm = { version = "0.28", features = ["event-stream"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "2"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
unicode-width = "0.2"
|
||||
futures = "0.3"
|
||||
color-eyre = "0.6.5"
|
||||
ratatui-form = "0.1.1"
|
||||
Reference in New Issue
Block a user