diff --git a/Cargo.toml b/Cargo.toml index 26631a2..a3798fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "bcomp" version = "0.1.0" edition = "2024" +license-file = "LICENSE" +description = "A compiler for a subset of the BASIC language" +keywords = ["compiler", "basic"] +repository = "https://github.com/ngraf3255/bcomp" +readme = "README.md" [dependencies] anyhow = "1.0.100"