waterui-cli 0.1.4

Cross-platform tooling for WaterUI applications
1
2
3
4
5
6
7
8
9
//! Data model for a `WaterUI` project: manifests, asset declarations, support
//! app scaffolding, and the on-disk `.water` directory layout.

pub mod assets;
pub mod project;
pub mod project_types;
pub mod support_app;
pub mod templates;
pub mod water_dir;