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

[package]
name = "test_plugin"
version = "0.0.1"
authors = ["the deno authors"]
edition = "2018"
publish = false

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

[dependencies]
deno_core = { path = "../core" }
futures = "0.3.15"
serde = "1"

[dev-dependencies]
test_util = { path = "../test_util" }