mirror of
https://github.com/mii443/akaza.git
synced 2025-08-22 14:55:31 +00:00
* refactor dict-pane * refactor * add user_dict adding feature * clippy --fix * cargo fmt * clippy fix * optimize imports * user dictionary editing menu * open dict * show surface * add row * implement delete button * refacor * save user dict * clippy fix
21 lines
340 B
TOML
21 lines
340 B
TOML
[package]
|
|
name = "akaza-dict"
|
|
version = "0.1.7"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
gtk4 = "0.5.5"
|
|
xdg = "2.4.1"
|
|
log = "0.4.17"
|
|
env_logger = "0.10.0"
|
|
libakaza = { path = "../libakaza" }
|
|
anyhow = "1.0.68"
|
|
serde = "1.0.152"
|
|
serde_yaml = "0.9.17"
|
|
encoding_rs = "0.8.31"
|
|
|
|
[[bin]]
|
|
name = "akaza-dict"
|
|
path = "src/bin/akaza-dict.rs"
|