--- # vibed-ca4q title: Initialize Rust project status: todo type: task created_at: 2026-04-11T22:34:25Z updated_at: 2026-04-11T22:34:25Z parent: vibed-f05l --- Create `Cargo.toml` and `src/main.rs` skeleton for the `hltb` binary. ## Todo - [ ] Write `Cargo.toml` with package metadata, [[bin]], dependencies (clap, reqwest, serde, serde_json, tokio), and release profile - [ ] Write minimal `src/main.rs` with a stub `main()` - [ ] Run `cargo check` and confirm it passes