ui-cli 0.1.5

A CLI to add components to your app.
1
2
3
4
5
6
7
8
9
10
pub struct DEPENDENCIES;

/*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/
/*                     ✨ FUNCTIONS ✨                        */
/*.•°:°.´+˚.*°.˚:*.´•*.+°.•°:´*.´•*.•°.•°:°.´:•˚°.*°.˚:*.´+°.•*/

impl DEPENDENCIES {
    pub const LEPTOS: [&str; 4] = ["leptos", "leptos_axum", "leptos_meta", "leptos_router"];
    pub const LEPTOS_0_6_13: &str = "0.6.13";
}