1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/test_plugin/Cargo.toml

20 lines
357 B
TOML
Raw Normal View History

2021-01-10 21:59:07 -05:00
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
2020-09-21 08:26:41 -04:00
[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" }
2021-05-17 08:44:40 -04:00
futures = "0.3.15"
serde = "1"
[dev-dependencies]
2020-06-19 13:44:28 -04:00
test_util = { path = "../test_util" }