[oden] Hot-reload script files

This commit is contained in:
John Doty 2023-08-19 16:54:50 -07:00
parent 642ced45f8
commit a850c3cc58
7 changed files with 241 additions and 9 deletions

View file

@ -8,8 +8,9 @@ edition = "2021"
[dependencies]
anyhow = "1"
bitflags = "1"
thiserror = "1"
oden-js-sys = {path = "../oden-js-sys"}
thiserror = "1"
[dev-dependencies]
assert_matches = "1.5.0"