cargo metadata

This commit is contained in:
mb 2022-08-29 16:57:55 +03:00
parent 5c1cff92c6
commit 8756dc9c14
2 changed files with 6 additions and 4 deletions

View file

@ -1,9 +1,10 @@
[package]
name = "lorgn_lang"
description = "a general purpose scripting language optimized for graphical programming."
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
repository = "https://github.com/MajorBarnulf/lorgn"
[dependencies]
serde = { version = "1.0", features = ["derive"]}