2022-06-27 04:11:01 +08:00
|
|
|
cargo-features = ["workspace-inheritance"]
|
|
|
|
|
2022-04-11 04:58:58 +08:00
|
|
|
[package]
|
|
|
|
name = "warpgate-protocol-ssh"
|
2022-06-27 04:11:01 +08:00
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
version.workspace = true
|
2022-04-11 04:58:58 +08:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ansi_term = "0.12"
|
2022-06-27 04:11:01 +08:00
|
|
|
anyhow.workspace = true
|
|
|
|
async-trait.workspace = true
|
2022-04-16 06:27:10 +08:00
|
|
|
bimap = "0.6"
|
2022-06-27 04:11:01 +08:00
|
|
|
bytes.workspace = true
|
|
|
|
dialoguer.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
russh.workspace = true
|
|
|
|
russh-keys.workspace = true
|
|
|
|
sea-orm.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
time.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
uuid.workspace = true
|
|
|
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|
|
|
|
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }
|