feat: add container

This commit is contained in:
2023-01-21 00:50:14 +08:00
parent f3fda56f06
commit 2de77003fb
4 changed files with 46 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "javascript-container"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wasmtime = "4.0"