@@ -9,25 +9,25 @@ lto = true
|
||||
opt-level = 'z'
|
||||
|
||||
[workspace.dependencies]
|
||||
leptos = { version = "0.6", features = ["nightly"] }
|
||||
leptos_meta = { version = "0.6", features = ["nightly"] }
|
||||
leptos_router = { version = "0.6", features = ["nightly"] }
|
||||
leptos_axum = { version = "0.6" }
|
||||
server_fn = { version = "0.6", features = [] }
|
||||
leptos = { version = "0.7.2", features = ["nightly"] }
|
||||
leptos_meta = { version = "0.7.2" }
|
||||
leptos_router = { version = "0.7.2", features = ["nightly"] }
|
||||
leptos_axum = { version = "0.7.2" }
|
||||
server_fn = { version = "0.7.2", features = [] }
|
||||
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
axum = "0.7"
|
||||
axum = "0.8"
|
||||
cfg-if = "1"
|
||||
console_error_panic_hook = "0.1.7"
|
||||
console_log = "1"
|
||||
http = "1"
|
||||
log = "0.4.21"
|
||||
simple_logger = "5.0.0"
|
||||
thiserror = "1"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tower = { version = "0.5.0", features = ["full"] }
|
||||
tower-http = { version = "0.5", features = ["full"] }
|
||||
wasm-bindgen = "=0.2.93"
|
||||
tower-http = { version = "0.6", features = ["full"] }
|
||||
wasm-bindgen = "=0.2.99"
|
||||
|
||||
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.
|
||||
|
||||
@@ -65,6 +65,9 @@ site-addr = "127.0.0.1:3000"
|
||||
# The port to use for automatic reload monitoring
|
||||
reload-port = 3001
|
||||
|
||||
# Optional, Activates the tailwind build
|
||||
tailwind-input-file = "style/tailwind.css"
|
||||
|
||||
# [Optional] Command to use when running end2end tests. It will run in the end2end dir.
|
||||
# [Windows] for non-WSL use "npx.cmd playwright test"
|
||||
# This binary name can be checked in Powershell with Get-Command npx
|
||||
|
Reference in New Issue
Block a user