Files
komorebi/komorebi-gui/Cargo.toml
2024-11-04 07:58:49 -08:00

15 lines
417 B
TOML

[package]
name = "komorebi-gui"
version = "0.1.31"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
komorebi-client = { path = "../komorebi-client" }
eframe = { workspace = true }
egui_extras = { workspace = true }
random_word = { version = "0.4.3", features = ["en"] }
serde_json = { workspace = true }
windows = { workspace = true }