0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/ext/console/Cargo.toml
denobot 6057bc30da
2.2.1 (#28212)
Bumped versions for 2.2.1

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2025-02-21 00:41:27 +01:00

17 lines
351 B
TOML

# Copyright 2018-2025 the Deno authors. MIT license.
[package]
name = "deno_console"
version = "0.192.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Implementation of Console API for Deno"
[lib]
path = "lib.rs"
[dependencies]
deno_core.workspace = true