hacklu24-workout-planner

HackLU 2024 Challenge 'Workout Planner'
git clone https://git.sinitax.com/sinitax/hacklu24-workout-planner
Log | Files | Refs | sfeed.txt

rust-toolchain.toml (151B)


      1[toolchain]
      2channel = "nightly-2024-09-09"
      3components = [ "cargo", "rustc", "rust-std" ] 
      4targets = [ "x86_64-unknown-linux-gnu" ]
      5profile = "minimal"