summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-21 20:49:29 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-21 20:49:29 -0400
commit264041a0f5e3d98fb3a1829927b58a15e1d4fdf4 (patch)
treed4259c734f22097b7f6f97893f6ab71bfc35e7b8 /Cargo.toml
downloadgentoo-utils-264041a0f5e3d98fb3a1829927b58a15e1d4fdf4.tar.gz
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e4971d5
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "gentoo-utils"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+mon = { path = "../mon" } \ No newline at end of file