diff options
Diffstat (limited to 'ext/url/Cargo.toml')
-rw-r--r-- | ext/url/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 6ad2ed8ea..112c17ea8 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -18,6 +18,7 @@ deno_core = { version = "0.97.0", path = "../../core" } idna = "0.2.3" percent-encoding = "2.1.0" serde = { version = "1.0.126", features = ["derive"] } +serde_repr = "0.1.7" [dev-dependencies] deno_bench_util = { version = "0.9.0", path = "../../bench_util" } |