ced/Cargo.toml
2025-07-23 11:46:54 -04:00

17 lines
312 B
TOML

[package]
name = "ced"
version = "0.0.9"
edition = "2024"
[dependencies]
eframe = "0.32"
egui = "0.32"
egui_extras = { version = "0.32", features = ["syntect"] }
serde = { version = "1.0.219", features = ["derive"] }
rfd = "0.15.4"
toml = "0.9.2"
dirs = "6.0"
libc = "0.2.174"
syntect = "5.2.0"
plist = "1.7.4"