You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
475 B
475 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Initialize Rust project | todo | task | 2026-04-11T22:34:25Z | 2026-04-11T22:34:25Z | vibed-f05l |
Create Cargo.toml and src/main.rs skeleton for the hltb binary.
Todo
- Write
Cargo.tomlwith package metadata, bin, dependencies (clap, reqwest, serde, serde_json, tokio), and release profile - Write minimal
src/main.rswith a stubmain() - Run
cargo checkand confirm it passes