mirror of
https://github.com/kristoferssolo/echoes-of-ascension.git
synced 2025-10-21 18:50:34 +00:00
17 lines
402 B
TOML
17 lines
402 B
TOML
[package]
|
|
name = "frontend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
app = { path = "../app", default-features = false, features = ["hydrate"] }
|
|
leptos = { workspace = true, features = ["hydrate"] }
|
|
|
|
tracing.workspace = true
|
|
wasm-bindgen.workspace = true
|