mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
a62c7e036a
Bumped versions for 2.0.0 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
29 lines
672 B
TOML
29 lines
672 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_resolver"
|
|
version = "0.3.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "Deno resolution algorithm"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
base32.workspace = true
|
|
deno_media_type.workspace = true
|
|
deno_package_json.workspace = true
|
|
deno_package_json.features = ["sync"]
|
|
deno_path_util.workspace = true
|
|
deno_semver.workspace = true
|
|
node_resolver.workspace = true
|
|
thiserror.workspace = true
|
|
url.workspace = true
|
|
|
|
[dev-dependencies]
|
|
test_util.workspace = true
|