Start sketching out runner runtime
This commit is contained in:
parent
627d067e57
commit
8293b6971d
5 changed files with 114 additions and 0 deletions
7
crates/runner/Cargo.toml
Normal file
7
crates/runner/Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "runner"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mlua = { version = "0.8.0-beta.5", features = ["lua54", "vendored"] }
|
Loading…
Add table
Add a link
Reference in a new issue