use mon and get from git

This commit is contained in:
John Turner
2025-10-28 02:10:53 -04:00
parent ee1d15f983
commit 1544c74fd4

View File

@@ -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"