diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-23 00:50:55 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-23 00:50:55 -0400 |
| commit | 6e4b45027e993f805346809f22d7a209bb477d2f (patch) | |
| tree | 51964e29620a66c5d41f7d977b5fbc2f3c313a06 /Cargo.toml | |
| parent | 264041a0f5e3d98fb3a1829927b58a15e1d4fdf4 (diff) | |
| download | gentoo-utils-6e4b45027e993f805346809f22d7a209bb477d2f.tar.gz | |
add get crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
