From 6e93b49df113bb5351b967c69af824c2e32e18dd Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Wed, 15 May 2024 22:16:16 +0200 Subject: [PATCH] Add stuff to allow crates.io to publish --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a1be40f..b4b9d86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "bend-lang" +description = "A high-level, massively parallel programming language" +license = "MIT" version = "0.2.3" edition = "2021"