dioxus/packages/mobile/Cargo.toml

21 lines
575 B
TOML
Raw Normal View History

2021-05-15 16:03:08 +00:00
[package]
2021-07-15 22:40:12 +00:00
name = "dioxus-mobile"
version = "0.3.0"
2021-12-15 21:04:27 +00:00
authors = ["Jonathan Kelley"]
2021-05-15 16:03:08 +00:00
edition = "2018"
2022-01-03 18:40:01 +00:00
description = "Mobile-compatible renderer for Dioxus"
2021-12-15 21:04:27 +00:00
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
documentation = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react"]
2022-01-03 18:38:56 +00:00
license = "MIT/Apache-2.0"
2021-05-15 16:03:08 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-06-19 19:29:11 +00:00
dioxus-desktop = { workspace = true }
[lib]
doctest = false
# tests suspended until package ready
2022-02-03 08:28:06 +00:00
test = false