ui-cli 0.1.5

A CLI to add components to your app.
1
2
3
4
5
pub const SPINNER_UPDATE_DURATION: u64 = 100;

pub const TAILWIND_DEPENDENCIES: [&str; 3] = ["@tailwindcss/cli", "tailwindcss", "tw-animate-css"];

pub const CARGO_TOML_FILE: &str = "Cargo.toml";