summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-23 00:50:55 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-23 00:50:55 -0400
commit6e4b45027e993f805346809f22d7a209bb477d2f (patch)
tree51964e29620a66c5d41f7d977b5fbc2f3c313a06 /Cargo.toml
parent264041a0f5e3d98fb3a1829927b58a15e1d4fdf4 (diff)
downloadgentoo-utils-6e4b45027e993f805346809f22d7a209bb477d2f.tar.gz
add get crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4971d5..0560fe5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-mon = { path = "../mon" } \ No newline at end of file
+mon = { path = "../mon" }
+get = { path = "../get" } \ No newline at end of file