cargo metadata
This commit is contained in:
parent
5c1cff92c6
commit
8756dc9c14
2 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lorgn_lang"
|
name = "lorgn_lang"
|
||||||
|
description = "a general purpose scripting language optimized for graphical programming."
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
repository = "https://github.com/MajorBarnulf/lorgn"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"]}
|
serde = { version = "1.0", features = ["derive"]}
|
|
@ -1,9 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lorgn_runtime"
|
name = "lorgn_runtime"
|
||||||
|
description = "runtime for the LORGN language"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
repository = "https://github.com/MajorBarnulf/lorgn"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lorgn_lang = { path = "../lorgn_lang" }
|
lorgn_lang = { path = "../lorgn_lang" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue