Examples
Rust
Deploy a Rust application
Prompt
Prompt
❯
Create a Rust web server using Actix Web with health check and greeting endpoints. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Rust) |
| Build command | cargo build --release |
| Start command | ./target/release/app |
| Port | 3000 |