dioxus/packages/mobile/Cargo.toml

16 lines
530 B
TOML
Raw Normal View History

2021-05-15 12:03:08 -04:00
[package]
2021-07-15 18:40:12 -04:00
name = "dioxus-mobile"
version = "0.0.3"
2021-12-15 16:04:27 -05:00
authors = ["Jonathan Kelley"]
2021-05-15 12:03:08 -04:00
edition = "2018"
2022-01-03 13:40:01 -05:00
description = "Mobile-compatible renderer for Dioxus"
2021-12-15 16:04:27 -05:00
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
documentation = "https://dioxuslabs.com"
2021-12-15 16:06:13 -05:00
keywords = ["dom", "ui", "gui", "react", "wasm"]
2022-01-03 13:38:56 -05:00
license = "MIT/Apache-2.0"
2021-05-15 12:03:08 -04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus-desktop = { path = "../desktop", version ="^0.1.5"}