From 07966d7a161877ecb25628b1d55423d41b7cbe81 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Mon, 7 Oct 2024 09:48:20 -0400 Subject: [PATCH] latest pushes --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 425b5cd..16ed168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,14 @@ name = "bellos" version = "0.0.4" edition = "2021" -authors = ["Ronaldson Bellande ronaldsonbellande@gmail.com"] -description = "Bellande Operating System Scripting Programming Language written in Rust" +authors = ["Ronaldson Bellande "] +description = "Bellande Operating System Scripting Language written in Rust" license = "GPL-3.0-or-later" +repository = "https://github.com/Architecture-Mechanism/bellos" +documentation = "https://bellande-architecture-mechanism-research-innovation-center.org/bellos/docs" +readme = "README.md" +keywords = ["scripting-language", "operating-system", "bellos"] +categories = ["compilers"] [lib] path = "src/bellos.rs"