about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f728548..6bb1f20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
     "usr/src/mei/printf",
     "usr/src/mei/false",
     "usr/src/mei/hostname",
+	"usr/src/lib/com",
 ]
 default-members = [
     "usr/src/mei/true",
@@ -33,4 +34,3 @@ readme = "README.md"
 nix = "0.27"
 clap = { version = "4.4.8", features = ["derive"] }
 serde = { version = "1.0.192", features = ["derive"] }
-