summaryrefslogtreecommitdiff
path: root/test_plugin/Cargo.toml
blob: d9dce04345a19d889bdc689d4b1462e9c903bd0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "test_plugin"
version = "0.0.1"
authors = ["the deno authors"]
edition = "2018"
publish = false

[lib]
crate-type = ["cdylib"]

[dependencies]
futures = "0.3.1"
deno_core = { path = "../core" }
deno = { path = "../cli" }