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.
17 lines
475 B
Markdown
17 lines
475 B
Markdown
---
|
|
# 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
|