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]
|
||||
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"]}
|
|
@ -1,9 +1,10 @@
|
|||
[package]
|
||||
name = "lorgn_runtime"
|
||||
description = "runtime for the LORGN language"
|
||||
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]
|
||||
lorgn_lang = { path = "../lorgn_lang" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue