Commit Graph

41 Commits

Author SHA1 Message Date
00000400b1 feat: fix and change solution print formating 2023-11-23 00:14:43 +01:00
00000390f2 fix: download input to data/ folder 2023-11-23 00:14:04 +01:00
0000038084 feat: remove christmas tree emojies 2023-11-23 00:06:59 +01:00
000003708f feat: move data files out of src/ 2023-11-23 00:01:54 +01:00
00000360a0 feat: prune dependencies down to just itertools 2023-11-22 13:57:55 +01:00
000003504f feat: update LICENSE year 2023-11-22 11:30:04 +01:00
0000034041 fix: .cargo/config solve flag order 2023-11-20 21:14:52 +01:00
000003306d fix: update README with correct workspace build 2023-11-20 21:03:41 +01:00
0000032031 fix: create src/bin/.keep so solver files can be generated 2023-11-20 21:02:48 +01:00
0000031053 feat: update .cargo/config with --quiet flags 2023-11-20 16:37:09 +01:00
0000030025 feat!: decouple download and scaffold from main package into workspace
Added workspace structure to Cargo.toml. This way we don't need to build
all dependencies for helper binaries. Also changed .cargo/config
accordingly.
2023-11-20 15:53:37 +01:00
0000029068 fix: update README after recent changes 2023-11-18 20:12:19 +01:00
000002809a feat: move .trim inside read function 2023-11-18 20:08:29 +01:00
00000270a3 feat!: prune main and download_all and remove tokio dep 2023-11-18 19:31:44 +01:00
000002605d chore(release): bump version 2023-11-17 15:59:04 +01:00
000002501a chore: migrate to dotenvy 2023-01-31 19:54:16 +01:00
0000024004 feat: download_all and async downloading with tokio 2022-12-31 19:30:16 +01:00
000002307a chore: lint 2022-12-25 12:00:28 +01:00
00000220cb feat: add elves dep 2022-12-25 11:34:12 +01:00
0000021036 feat: utils folder 2022-12-19 19:23:09 +01:00
00000200d1 feat!: rename test_inputs back to examples 2022-12-15 23:28:36 +01:00
000001908e chore: run cargo fmt 2022-12-12 22:41:35 +01:00
0000018072 feat: add MIT license 2022-12-12 22:39:45 +01:00
000001703d feat!: prepare -> scaffold 2022-12-08 21:33:15 +01:00
000001602c feat: fmt ci 2022-12-08 21:29:50 +01:00
0000015052 release: 0.3.0 2022-12-06 21:49:26 +01:00
00000140ad feat!: bump dep versions 2022-12-06 21:48:54 +01:00
0000013035 refactor(lint): clippy 2022-12-06 21:48:14 +01:00
00000120b1 fix!: remove rust-crypto 2022-12-04 23:16:58 +01:00
0000011097 chore: simplify README.md 2022-12-02 14:43:17 +01:00
0000010089 release: 0.2.0 2022-11-30 21:56:14 +01:00
00000090ae feat: add lazy_static, rust-crypto and hex-literal as default deps 2022-11-30 21:54:32 +01:00
000000806b feat: split ci in multiple files and add badges to README.md 2022-11-30 21:51:37 +01:00
00000070ce feat: add github ci for tests, cargo check and clippy 2022-11-30 21:43:29 +01:00
0000006099 feat: to_vec<T> and to_vec_vec<T> helpers 2022-11-29 21:02:36 +01:00
000000503d feat: add regex and hashbrown as default deps 2022-11-29 20:35:55 +01:00
0000004080 feat: add itertools as default dep 2022-11-29 20:35:52 +01:00
0000003007 feat: download cli command 2022-11-29 20:35:50 +01:00
000000208a chore: cleanup for 0.1.0 release 2022-11-29 20:35:35 +01:00
0000001094 feat: prepare, solve, solve all 2022-11-29 20:35:31 +01:00
000000004c Initial commit 2022-11-28 17:33:29 +01:00