mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
16 lines
269 B
TOML
16 lines
269 B
TOML
[package]
|
|
name = "test_plugin"
|
|
version = "0.0.1"
|
|
authors = ["the deno authors"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.5"
|
|
deno_core = { path = "../core" }
|
|
|
|
[dev-dependencies]
|
|
test_util = { path = "../test_util" }
|