docs.rs failed to build ferro-cli-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ferro-cli-0.2.24
Ferro CLI
A CLI tool for scaffolding Ferro web applications.
Installation
Usage
Create a new project
This will interactively prompt you for:
- Project name
- Description
- Author
Non-interactive mode
Skip git initialization
Generated Project Structure
myapp/
├── Cargo.toml
├── .gitignore
└── src/
├── main.rs
└── controllers/
├── mod.rs
└── home.rs
License
MIT