dioxus/packages/recoil/Cargo.toml

12 lines
278 B
TOML
Raw Normal View History

2021-01-14 07:56:41 +00:00
[package]
2021-05-19 14:14:02 +00:00
name = "recoil"
2021-01-14 07:56:41 +00:00
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
2021-05-19 14:14:02 +00:00
[dependencies]
dioxus-core = { path = "../core" }
uuid = "0.8.2"