mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 22:28:26 +00:00
18 lines
466 B
TOML
18 lines
466 B
TOML
[package]
|
|
name = "dioxus-history"
|
|
edition = "2021"
|
|
version = { workspace = true }
|
|
authors = ["Jonathan Kelley"]
|
|
description = "History provider for dioxus"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
keywords = ["dom", "ui", "gui", "react"]
|
|
|
|
|
|
[dependencies]
|
|
dioxus-core = { workspace = true }
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
dioxus = { workspace = true, features = ["router"] }
|