[package] name = "linguee" version = "0.1.7" edition = "2021" authors = ["Anonymous "] description = "linguee is a English-Chinese command line dictionary" readme = "README.md" keywords = ["dictionary", "Chinese","English","cli"] categories = ["command-line-utilities"] license = "MIT" documentation = "https://docs.rs/linguee" repository = "https://gitlab.com/andrew_ryan/linguee" [dependencies] tl = { version = "0.7.7", features = ["simd"] } doe = "0.1.29" cok = "0.1.7" tomcat = "0.1.7" [profile.release] opt-level = 'z' lto = true codegen-units = 1 panic = 'abort'