rmp/Cargo.toml

16 lines
307 B
TOML

[package]
name = "rmp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.12"
bincode = "1.3.3"
crc32fast = "1.3.2"
crossterm = "0.27.0"
interprocess = "1.2.1"
ratatui = "0.23.0"
serde = "1.0.196"