🚀 Init public commit
This commit is contained in:
commit
62fbf6d17c
42 changed files with 7433 additions and 0 deletions
15
crates/frontend/Cargo.toml
Normal file
15
crates/frontend/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "mascully_website_frontend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
mascully_website_app = { path = "../app", default-features = false, features = ["hydrate"] }
|
||||
leptos = { workspace = true, features = [ "hydrate" ] }
|
||||
log.workspace = true
|
||||
wasm-bindgen.workspace = true
|
||||
console_log.workspace = true
|
||||
console_error_panic_hook.workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue