Files
akaza/ibus-akaza/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

28 lines
609 B
TOML

[package]
name = "ibus-akaza"
version = "0.1.7"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tempfile = "3"
anyhow = "1.0.68"
log = "0.4.17"
libakaza = { path = "../libakaza" }
ibus-sys = { path = "../ibus-sys" }
akaza-conf = { path = "../akaza-conf" }
akaza-dict = { path = "../akaza-dict" }
env_logger = "0.10.0"
clap = { version = "4.1.1", features = ["derive"] }
clap-verbosity-flag = "2.0.0"
kelp = "0.4.0"
regex = "1"
fern = "0.6.1"
chrono = "0.4.23"
xdg = "2.4.1"
[build-dependencies]
cc = "1.0.78"