Initial "Hello World" for plugins

This commit is contained in:
Gregory Schier
2023-10-29 16:43:28 -07:00
parent 46470160a9
commit 9a56b2f331
6 changed files with 649 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ cocoa = "0.25.0"
[dependencies]
base64 = "0.21.0"
boa_engine = "0.17.3"
boa_runtime = "0.17.3"
chrono = { version = "0.4.23", features = ["serde"] }
futures = "0.3.26"
http = "0.2.8"