mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-24 11:33:08 +00:00
13 lines
358 B
TOML
13 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"
|