Skip to main content
Module

x/deno_dom/html-parser/plugin/Cargo.toml

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
File
[package]name = "plugin"version = "0.1.0"authors = ["b-fuze <b-fuze.root@live.com>"]edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]crate-type = ["cdylib"]
[dependencies]futures = "0.3.5"deno_core = "0.55.0"core = { path = "../core" }