16 lines
288 B
TOML
16 lines
288 B
TOML
[package]
|
|
name = "circle-cipher"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.92"
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
eframe = "0.29.1"
|
|
egui = "0.29.1"
|
|
egui-file-dialog = "0.7.0"
|
|
egui_plot = "0.29.0"
|
|
image = "0.25.4"
|
|
plotters = "0.3.3"
|
|
rand = "0.8.5"
|