[package] name = "popup-translation" version = "0.2.2" edition = "2021" description = "🧼 A popup translation tool." authors = ["fzdwx "] repository = "https://github.com/fzdwx/popup-translation" keywords = ["popup", "tauri", "wry", "fanyi", "translation"] categories = ["command-line-utilities", "translation"] readme = "README.md" license = "MIT" license-file = "LICENSE.txt" [[bin]] name = "fanyi" path = "./src/main.rs" [[bin]] name = "popup-translation" path = "./src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.4", features = ["derive"] } wry = "0.26.0" x11-clipboard = "0.7.0" [target.'cfg(windows)'.dependencies] enigo = "0.0.14"