fix(Cargo.toml): Add required metadata
This commit is contained in:
parent
3b5c35c0c4
commit
45dc6b6c44
|
@ -23,6 +23,10 @@ name = "trinitry"
|
|||
description = "A very simple programming language, used to map functions to commands"
|
||||
version = "0.1.0"
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue