circle-cipher/Cargo.toml

13 lines
225 B
TOML
Raw Normal View History

2024-11-03 00:50:18 +00:00
[package]
name = "circle-cipher"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-04 00:14:54 +00:00
anyhow = "1.0.92"
2024-11-03 00:50:18 +00:00
clap = { version = "4.5.20", features = ["derive"] }
eframe = "0.29.1"
egui = "0.29.1"
egui_plot = "0.29.0"
2024-11-04 00:14:54 +00:00
rand = "0.8.5"