Skip to content

Commit

Permalink
Add advent_of_tools submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Dec 30, 2023
1 parent b855a27 commit a2682cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "workspaces/advent_of_tools"]
path = workspaces/advent_of_tools
url = [email protected]:bofh69/advent_of_tools.git
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ aoc-runner-derive = "0.3.0"
rayon = "1.5.0"
regex = "1.4.2"
sscanf = "0.4.0"
advent_of_tools = { path = "workspaces/advent_of_tools" }

[workspace]
members = [
"workspaces/advent_of_tools"
]
exclude = [
"."
]
1 change: 1 addition & 0 deletions workspaces/advent_of_tools
Submodule advent_of_tools added at 9b9934

0 comments on commit a2682cc

Please sign in to comment.