[package] name = "fy-cli-rust" version = "0.2.0" authors = ["Kreedzt "] edition = "2018" readme = "README.md" repository = "https://github.com/Kreedzt/fy-cli-rust" homepage = "https://github.com/Kreedzt/fy-cli-rust" license = "MIT" license-file = "LICENSE" description = "youdao api translation tool" keywords = ["translation", "cli", "tool", "youdao"] [[bin]] bench = false path = "src/main.rs" name = "fy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "0.8", features = ["serde", "v4"] } serde_json = "1.0" dirs = "3.0.1" sha2 = "0.9" clap = "3.0.0-beta.2"