This commit is contained in:
John Turner
2025-10-21 20:49:29 -04:00
commit 264041a0f5
3 changed files with 16 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "gentoo-utils"
version = "0.1.0"
edition = "2024"
[dependencies]
mon = { path = "../mon" }