mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
19 lines
485 B
TOML
19 lines
485 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"
|
|
html-macro = { path = "../html-macro" }
|
|
once_cell = "1.5.2"
|
|
|
|
|
|
# web-sys = "0.3.46"
|
|
# js-sys = "0.3.46"
|
|
# typed-arena = "2.0.1"
|
|
# virtual-dom-rs = { path = "../virtual-dom-rs" }
|
|
# virtual-node = { path = "../virtual-node" }
|