Загрузить файлы в «/»
This commit is contained in:
commit
0c679ee232
4 changed files with 1136 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue