From 57232966578f14d2c1773d546c0bf2eb27091e7f Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 21 Feb 2024 13:00:04 -0500 Subject: [PATCH] divide dependencies --- 2023/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/Cargo.toml b/2023/Cargo.toml index 42368ae..a26ec7d 100644 --- a/2023/Cargo.toml +++ b/2023/Cargo.toml @@ -25,9 +25,9 @@ aoc-parse = "0.2.18" # Template dependencies chrono = { version = "0.4.31", optional = true } dhat = { version = "0.3.2", optional = true } + +# Solution dependencies num = "0.4.1" pathfinding = "4.8.2" pico-args = "0.5.0" -tinyjson = "2.5.1" - -# Solution dependencies +tinyjson = "2.5.1" \ No newline at end of file