Skip to main content
Module

x/plug/test_plugin/Cargo.toml

πŸ”Œ Deno plugin management library
Go to Latest
File
[package]name = "test_plugin"version = "0.0.1"authors = ["the deno authors"]edition = "2018"publish = false
[lib]crate-type = ["cdylib"]
[dependencies]deno_core = "0.68.0"