cargo-web 0.6.26

A Cargo subcommand for the client-side Web
Documentation
1
2
3
4
5
use directories::ProjectDirs;

lazy_static! {
    pub static ref PROJECT_DIRS: ProjectDirs = ProjectDirs::from( "", "Jan Bujak",  "cargo-web" ).unwrap();
}