[package] name = "gh_page_tool" version = "0.4.0" edition = "2021" authors = ["tommy "] # 以下是描述和文档链接等可选字段 description = "A github gh-pages tool for static blog site" documentation = "https://github.com/maochunguang/gh-page-tool" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.4.0" fs_extra = "1.2.0"