dioxus/packages/webview/Cargo.toml

12 lines
290 B
TOML
Raw Normal View History

2021-01-21 08:22:08 +00:00
[package]
name = "dioxus-webview"
version = "0.0.0"
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-01-21 16:10:31 +00:00
web-view = "0.7.2"
dioxus-core = { path = "../core" }