[package] name = "f_cli" version = "0.1.1" edition = "2021" description = "利用Rust构建属于自己的前端cli工具" license = "MIT OR Apache-2.0" readme = "README.md" # homepage = "https://github.com/you/f789" # repository = "https://github.com/you/f789" authors = ["front789"] keywords = ["react", "typescript", "cli", "frontend"] categories = [ "command-line-utilities", "development-tools", "web-programming", "config", ] default-run = "f_cli" [dependencies] anyhow = "1.0.71" console = "0.15.7" dialoguer = "0.10.4" rust-embed = { version = "6.6.1", features = ["debug-embed"] } clap = { version = "4.3", features = ["wrap_help", "derive", "cargo"] } update-informer = "1.0.0" serde_json = "1.0.108" [[bin]] name = "f_cli" path = "src/main.rs"