mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
12 lines
358 B
TOML
12 lines
358 B
TOML
[package]
|
|
name = "dioxus-ios"
|
|
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]
|
|
cacao = { git = "https://github.com/ryanmcgrath/cacao" }
|
|
dioxus-core = { path = "../core", version = "0.1.2" }
|
|
log = "0.4.14"
|