Workspacify

This commit is contained in:
2025-05-03 17:30:01 -07:00
parent 9fe5b78962
commit d036997de3
60 changed files with 450 additions and 212 deletions

18
ssh/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "ssh"
edition = "2024"
[dependencies]
bytes = { workspace = true }
configuration = { workspace = true }
error-stack = { workspace = true }
getrandom = { workspace = true }
itertools = { workspace = true }
num_enum = { workspace = true }
proptest = { workspace = true }
proptest-derive = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }