diff --git a/Cargo.toml b/Cargo.toml index 3f646f6..b09ede1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"