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.
vibed/.beans/vibed-ca4q--initialize-rust...

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.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