add get crate

This commit is contained in:
John Turner
2025-10-23 00:50:55 -04:00
parent 264041a0f5
commit 6e4b45027e
2 changed files with 61 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
mon = { path = "../mon" }
mon = { path = "../mon" }
get = { path = "../get" }