I think I've got the workspace thing figured out..how the Cargo.toml files should reference each other

This commit is contained in:
Barry Pederson
2025-02-21 15:11:31 -08:00
parent e5f2bbf64e
commit 3fac9def78
7 changed files with 26 additions and 43 deletions
Generated
+3 -11
View File
@@ -94,7 +94,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]]
name = "client"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap",
"common",
@@ -108,7 +108,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "common"
version = "0.2.0"
version = "0.3.0"
[[package]]
name = "heck"
@@ -146,17 +146,9 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "saslauthd"
version = "0.2.0"
dependencies = [
"clap",
"common",
]
[[package]]
name = "server"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap",
"common",