Skip to content

Commit cc917f7

Browse files
committed
feat(Lua): add event scripting via Lua
1 parent 3eff7f4 commit cc917f7

File tree

9 files changed

+841
-36
lines changed

9 files changed

+841
-36
lines changed

Cargo.lock

Lines changed: 139 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,16 @@ log = { version = "0.4.22", features = [
3939
"release_max_level_debug",
4040
] }
4141
mio = { version = "0.8.11", features = ["os-poll", "os-ext", "net"] }
42+
mlua = { version = "0.10.1", features = [
43+
"lua54",
44+
"vendored",
45+
"async",
46+
"send",
47+
"serialize",
48+
] }
4249
nix = { version = "0.29.0", features = ["fs"] }
4350
packed_struct = "0.10.1"
44-
procfs = "0.16.0"
51+
procfs = { version = "0.17.0", features = ["serde1"] }
4552
rand = "0.8.5"
4653
serde = { version = "1.0.204", features = ["derive"] }
4754
serde_yaml = "0.9.34"

0 commit comments

Comments
 (0)