diff options
Diffstat (limited to 'op_crates/web/Cargo.toml')
-rw-r--r-- | op_crates/web/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index a7a758150..b5db36db1 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -15,6 +15,8 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.57.0", path = "../../core" } +idna = "0.2.0" +serde = { version = "1.0.116", features = ["derive"] } [dev-dependencies] futures = "0.3.5" |