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

[package]
name = "deno_node"
version = "0.22.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Node compatibility for Deno"

[lib]
path = "lib.rs"

[dependencies]
deno_core.workspace = true
once_cell.workspace = true
path-clean = "=0.1.0"
regex.workspace = true
serde = "1.0.149"