1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/test_plugin/Cargo.toml

14 lines
211 B
TOML
Raw Normal View History

[package]
name = "test_plugin"
version = "0.0.1"
authors = ["the deno authors"]
edition = "2018"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-03-07 15:51:23 -05:00
futures = "0.3.4"
deno_core = { path = "../core" }