mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
14 lines
234 B
TOML
14 lines
234 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"
|
||
|
deno = { path = "../core" }
|
||
|
deno_cli = { path = "../cli" }
|