Skip to main content
Module

x/crate/rust/Cargo.toml

a full-stack web framework built with deno!
Go to Latest
File
[package]name = "crate"version = "0.3.0"edition = "2021"
[lib]name = "crate"crate-type = ["cdylib"]
[dependencies]deno_bindgen = "0.4.1"serde = { version = "1", features = ["derive"] }web-view = { version = "0.7" }