2022-01-07 22:09:52 -05:00
|
|
|
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
2021-03-12 15:23:59 -05:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_console"
|
2022-06-30 18:01:08 -04:00
|
|
|
version = "0.59.0"
|
2021-03-12 15:23:59 -05:00
|
|
|
authors = ["the Deno authors"]
|
2021-11-02 10:03:37 -04:00
|
|
|
edition = "2021"
|
2021-03-12 15:23:59 -05:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/denoland/deno"
|
2021-08-02 10:19:27 -04:00
|
|
|
description = "Implementation of Console API for Deno"
|
2021-03-12 15:23:59 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-30 18:01:08 -04:00
|
|
|
deno_core = { version = "0.141.0", path = "../../core" }
|