From e659faba748521ac2267e3fae852ec3970ebfa44 Mon Sep 17 00:00:00 2001 From: Noah Graf Date: Sun, 26 Apr 2026 06:30:04 +0000 Subject: [PATCH] Updated toml file --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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"