updated to cargo dependencies
This commit is contained in:
parent
8756dc9c14
commit
c0360b6f49
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||||
repository = "https://github.com/MajorBarnulf/lorgn"
|
repository = "https://github.com/MajorBarnulf/lorgn"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lorgn_lang = { path = "../lorgn_lang" }
|
lorgn_lang = "0.1"
|
||||||
gc = "0.4"
|
gc = "0.4"
|
||||||
gc_derive = "0.4"
|
gc_derive = "0.4"
|
||||||
ron = "0.8"
|
ron = "0.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue