Skip to content

Commit

Permalink
Add local CodingTheory path to development projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Nov 5, 2024
1 parent 7ad9a05 commit c65c5d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[deps]
CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[sources]
CodingTheory = {path = "../CodingTheory.jl"}
4 changes: 4 additions & 0 deletions perf/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[deps]
CodingTheory = "89c41d41-0018-4667-9435-0b7cbc9fb764"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"

[sources]
CodingTheory = {path = "../CodingTheory.jl"}

0 comments on commit c65c5d8

Please sign in to comment.