Skip to content

Instantly share code, notes, and snippets.

View BlackAsLight's full-sized avatar
🤖
Breathing?

Doctor BlackAsLight

🤖
Breathing?
  • Earth
View GitHub Profile
@BlackAsLight
BlackAsLight / Cargo.toml
Last active July 27, 2023 10:56
Creating the static .html files of a leptos project
[dependencies]
leptos = { git = "https://github.com/leptos-rs/leptos", branch = "main", default-features = false, features = [
"serde",
"nightly",
] }
leptos_meta = { git = "https://github.com/leptos-rs/leptos", branch = "main", default-features = false, features = [
"nightly",
] }
leptos_router = { git = "https://github.com/leptos-rs/leptos", branch = "main", default-features = false, features = [
"nightly",