mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-25 11:43:06 +00:00
11 lines
130 B
TOML
11 lines
130 B
TOML
[package]
|
|
name = "wallet-tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
crossterm = "0.27"
|
|
ratatui = "0.26"
|
|
|
|
[workspace]
|