Skip to content

Commit

Permalink
add macro feature for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Nov 21, 2024
1 parent cf7461a commit f851d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/llrt_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bytearray-buffer = ["tokio/sync"]
[dependencies]
rquickjs = { git = "https://github.com/DelSkayn/rquickjs.git", version = "0.8.1", features = [
"array-buffer",
"macro",
], default-features = false }
tokio = { version = "1", optional = true }
tracing = "0.1"
Expand Down

0 comments on commit f851d25

Please sign in to comment.