I think I've got the workspace thing figured out..how the Cargo.toml files should reference each other
This commit is contained in:
+7
-3
@@ -1,8 +1,12 @@
|
||||
[package]
|
||||
name = "client"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
common = { workspace = true }
|
||||
common = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "saslauthd_test_client"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user