mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
22 lines
595 B
TOML
22 lines
595 B
TOML
[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]
|
|
# web-view = { git = "https://github.com/Boscop/web-view" }
|
|
web-view = "0.7.3"
|
|
dioxus-core = { path = "../core" }
|
|
anyhow = "1.0.38"
|
|
argh = "0.1.4"
|
|
serde = "1.0.120"
|
|
serde_json = "1.0.61"
|
|
async-std = { version = "1.9.0", features = ["attributes"] }
|
|
thiserror = "1.0.23"
|
|
log = "0.4.13"
|
|
fern = { version = "0.6.0", features = ["colored"] }
|
|
|
|
[build-dependencies]
|