Commit Graph

40 Commits

Author SHA1 Message Date
0000039097 fix: download input to data/ folder 2023-11-23 00:14:04 +01:00
0000038042 feat: remove christmas tree emojies 2023-11-23 00:03:21 +01:00
00000370cc feat: move data files out of src/ 2023-11-23 00:01:54 +01:00
000003607b feat: prune dependencies down to just itertools 2023-11-22 13:57:55 +01:00
00000350f3 feat: update LICENSE year 2023-11-22 11:30:04 +01:00
000003402f fix: .cargo/config solve flag order 2023-11-20 21:14:52 +01:00
0000033049 fix: update README with correct workspace build 2023-11-20 21:03:31 +01:00
00000320cf fix: create src/bin/.keep so solver files can be generated 2023-11-20 21:00:16 +01:00
00000310d3 feat: update .cargo/config with --quiet flags 2023-11-20 16:37:09 +01:00
0000030019 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:44:14 +01:00
00000290bf fix: update README after recent changes 2023-11-18 20:12:19 +01:00
00000280fd feat: move .trim inside read function 2023-11-18 20:08:29 +01:00
0000027013 feat!: prune main and download_all and remove tokio dep 2023-11-18 19:31:44 +01:00
0000026096 chore(release): bump version 2023-11-17 15:59:04 +01:00
00000250f0 chore: migrate to dotenvy 2023-01-31 19:54:16 +01:00
00000240a0 feat: download_all and async downloading with tokio 2022-12-31 19:29:50 +01:00
0000023023 chore: lint 2022-12-25 12:00:28 +01:00
0000022075 feat: add elves dep 2022-12-25 11:34:12 +01:00
00000210a6 feat: utils folder 2022-12-15 23:58:31 +01:00
0000020049 feat!: rename test_inputs back to examples 2022-12-15 14:40:53 +01:00
000001900c chore: run cargo fmt 2022-12-12 22:41:35 +01:00
0000018081 feat: add MIT license 2022-12-12 22:39:45 +01:00
0000017059 feat!: prepare -> scaffold 2022-12-08 21:33:15 +01:00
0000016068 feat: fmt ci 2022-12-08 21:29:50 +01:00
000001509e release: 0.3.0 2022-12-06 21:49:26 +01:00
0000014093 feat!: bump dep versions 2022-12-06 21:48:54 +01:00
00000130a0 refactor(lint): clippy 2022-12-06 21:48:14 +01:00
000001201d fix!: remove rust-crypto 2022-12-04 23:16:58 +01:00
00000110ef chore: simplify README.md 2022-12-02 14:43:17 +01:00
00000100ae release: 0.2.0 2022-11-30 21:56:14 +01:00
00000090a9 feat: add lazy_static, rust-crypto and hex-literal as default deps 2022-11-30 21:54:32 +01:00
000000808d feat: split ci in multiple files and add badges to README.md 2022-11-30 21:51:37 +01:00
00000070ba feat: add github ci for tests, cargo check and clippy 2022-11-30 21:43:29 +01:00
0000006088 feat: to_vec<T> and to_vec_vec<T> helpers 2022-11-29 21:02:36 +01:00
00000050ac feat: add regex and hashbrown as default deps 2022-11-28 23:59:53 +01:00
000000400d feat: add itertools as default dep 2022-11-28 21:59:48 +01:00
00000030b4 feat: download cli command 2022-11-28 21:59:26 +01:00
000000208a chore: cleanup for 0.1.0 release 2022-11-28 19:49:57 +01:00
0000001099 feat: prepare, solve, solve all 2022-11-28 19:06:17 +01:00
0000000030 Initial commit 2022-11-28 17:33:29 +01:00