evolution_crypting_rust/Cargo.toml

13 lines
251 B
TOML
Raw Permalink Normal View History

2026-04-09 21:49:24 +03:00
[package]
name = "evolution_crypting"
version = "0.1.0"
edition = "2024"
[dependencies]
bit-set = "0.9.1"
bitvec = "1.0.1"
clap = { version = "4.6.0", features = ["derive"] }
rand = "0.10.0"
rand_chacha = "0.10.0"
ratatui = "0.29"
crossterm = "0.28"