mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
18 lines
581 B
TOML
18 lines
581 B
TOML
[package]
|
|
name = "cluelesshd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cluelessh-protocol = { path = "../../lib/cluelessh-protocol" }
|
|
cluelessh-tokio = { path = "../../lib/cluelessh-tokio" }
|
|
cluelessh-transport = { path = "../../lib/cluelessh-transport" }
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
tracing.workspace = true
|
|
eyre.workspace = true
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
|
rustix = { version = "0.38.34", features = ["pty", "termios", "procfs", "process", "stdio"] }
|
|
users = "0.11.0"
|
|
|
|
[lints]
|
|
workspace = true
|