mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-21 01:53:15 +00:00
13 lines
556 B
TOML
13 lines
556 B
TOML
[package]
|
|
name = "dioxus"
|
|
version = "0.1.0"
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
|
|
"license" = "MIT/Apache-2.0"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-core = { path = "../core", version = "0.1.0" }
|
|
dioxus-core-macro = { path = "../core-macro", version = "0.1.0" }
|
|
dioxus-hooks = { path = "../hooks", version = "0.0.0" }
|