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