fix(Cargo.toml): Add required metadata

This commit is contained in:
Benedikt Peetz 2024-05-03 19:24:21 +02:00
parent 3b5c35c0c4
commit 45dc6b6c44
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ name = "trinitry"
description = "A very simple programming language, used to map functions to commands" description = "A very simple programming language, used to map functions to commands"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license = "LGPL-3.0-or-later"
repository = "https://git.nerdcult.net/trinitrix/trinitry"
categories = ["programming-language", "library"]
keywords = ["language", "simple"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html