fix: update README after recent changes

This commit is contained in:
Matej Janezic 2023-11-18 20:12:19 +01:00
parent e37ae4f966
commit abce162c6a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
3 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -45,7 +45,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "aoc"
version = "28.0.0"
version = "29.0.0"
dependencies = [
"dotenvy",
"elves",

View File

@ -2,7 +2,7 @@
name = "aoc"
description = "template for advent of code"
readme = "README.md"
version = "28.0.0"
version = "29.0.0"
edition = "2021"
license = "MIT"
authors = ["Matej Janežič <janezic.mj@gmail.com>"]

View File

@ -13,14 +13,12 @@
- `examples/`: example files go here; you can push this as test are run in ci
- `utils/`: utils files go here
- `lib.rs`: contains framework code
- `main.rs`: contains framework code
- `.env.example`: example dotenv file
### Cli
- `cargo scaffold <day>`: prepare solution files for `day`
- `cargo download <day>`: download input file for `day`
- `cargo solve <day>`: run solution against input for `day`
- `cargo all`: alias for run; runs solutions for all days
### dotenv