cargo-leptos 0.0.1

Build tool for Leptos.
1
2
3
4
5
6
7
8
9
10
11
pub mod cargo;
#[allow(dead_code)]
mod generated;
mod html;
pub mod reload;
pub mod sass;
pub mod serve;
pub mod wasm;
pub mod watch;

pub use html::Html;