diff --git a/Cargo.toml b/Cargo.toml index 007052ec..af483106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,16 @@ edition = "2021" description = "A manifest creator for winget-pkgs" license = "GPL-3.0" repository = "https://github.com/russellbanks/Komac" +readme = "README.md" documentation = "https://github.com/russellbanks/Komac/blob/main/README.md" categories = ["command-line-utilities", "development-tools"] keywords = ["winget", "winget-pkgs", "winget-cli", "windows"] build = "build.rs" +include = ["**/*.rs", "assets/github.graphql", "assets/logo.ico"] + +[[bin]] +name = "komac" +path = "src/main.rs" [profile.release] codegen-units = 1