diff --git a/Cargo.toml b/Cargo.toml index 64d406d..7a10c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,11 @@ name = "bcat" version = "0.1.0" authors = ["bootjp / Yoshiaki Ueda "] edition = "2018" - +license = "Apache-2.0" +description = "A command-line tool that allows transparent ls and cat operations regardless of whether they are files or directories." +repository = "https://github.com/bootjp/bcat" +documentation = "https://github.com/bootjp/bcat/blob/main/README.md" +readme = "README.md" exclude = [ ".github/*", ".doc/",