mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
Bumped versions for 2.5.1 --------- Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
21 lines
435 B
TOML
21 lines
435 B
TOML
# Copyright 2018-2025 the Deno authors. MIT license.
|
|
|
|
[package]
|
|
name = "deno_features"
|
|
version = "0.13.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Provides definitions of Deno unstable features."
|
|
|
|
[lib]
|
|
name = "deno_features"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
deno_core.workspace = true
|
|
|
|
[build-dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|