summaryrefslogtreecommitdiff
path: root/resolvers/deno/Cargo.toml
blob: 23c43810a0a970c54e5b00eef9997a203384dbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

[package]
name = "deno_resolver"
version = "0.0.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Deno resolution algorithm"

[lib]
path = "lib.rs"

[features]

[dependencies]
deno_media_type.workspace = true
deno_path_util.workspace = true
url.workspace = true

[dev-dependencies]
test_util.workspace = true