mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-23 19:13:08 +00:00
12 lines
284 B
TOML
12 lines
284 B
TOML
|
[package]
|
||
|
name = "dioxus-core"
|
||
|
version = "0.1.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]
|
||
|
generational-arena = "0.2.8"
|
||
|
typed-arena = "2.0.1"
|