mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-13 14:22:28 +00:00
11 lines
278 B
TOML
11 lines
278 B
TOML
[package]
|
|
name = "recoil"
|
|
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]
|
|
dioxus-core = { path = "../core" }
|
|
uuid = "0.8.2"
|