summaryrefslogtreecommitdiff
path: root/op_crates/web/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-17 19:13:20 +0200
committerGitHub <noreply@github.com>2020-09-17 19:13:20 +0200
commit6453cb75670b6aefbfc712c7d05b1135bee6226c (patch)
treeab088478c374f7228f6891919dafcf01b66be037 /op_crates/web/Cargo.toml
parenta6f4559174c64066d45210b02f6a06aa2f67c2cd (diff)
refactor: Move URL to op_crates/web (#7544)
Diffstat (limited to 'op_crates/web/Cargo.toml')
-rw-r--r--op_crates/web/Cargo.toml2
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"