mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 13:49:37 -04:00
32 lines
638 B
TOML
32 lines
638 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_url"
|
|
<<<<<<< HEAD
|
|
version = "0.129.0"
|
|
=======
|
|
version = "0.130.0"
|
|
>>>>>>> 6af25c059 (1.39.2 (#21791))
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "URL API implementation for Deno"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
deno_core.workspace = true
|
|
serde.workspace = true
|
|
urlpattern = "0.2.0"
|
|
|
|
[dev-dependencies]
|
|
deno_bench_util.workspace = true
|
|
deno_console.workspace = true
|
|
deno_webidl.workspace = true
|
|
|
|
[[bench]]
|
|
name = "url_ops"
|
|
harness = false
|