Files
akaza/akaza-dict/Cargo.toml
Tokuhiro Matsuno 9e227a25b0 User dict (#286)
* 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
2023-02-12 00:06:09 +09:00

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"