Workspacify
This commit is contained in:
14
client/Cargo.toml
Normal file
14
client/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "client"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
configuration = { workspace = true }
|
||||
crypto = { workspace = true }
|
||||
error-stack = { workspace = true }
|
||||
host = { workspace = true }
|
||||
resolver = { workspace = true }
|
||||
ssh = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
whoami = { workspace = true }
|
||||
Reference in New Issue
Block a user