Skip to content
Merged
709 changes: 698 additions & 11 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ serde_json = { version = "1.0.132", features = ["std"] }
serde_with = { version = "3.11.0", features = [] }
base64 = "0.22.1"
blake2 = "0.10.6"
ratatui = "0.26"
crossterm = "0.27"
arboard = "3"

[[bin]]
name = "kaput"
Expand Down
Loading