diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] -mon = { path = "../mon" } -get = { path = "../get" } +mon = { git = "https://jturnerusa.dev/cgit/mon/", rev = "1a4d671f51cc062f506a0cc9fa2563503eb93880" } +get = { git = "https://jturnerusa.dev/cgit/get/", rev = "cd5f75b65777a855ab010c3137304ac05f2e56b8" } itertools = "0.14.0" thiserror = "2.0.17" |
