mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 17:05:05 +01:00
use namespaces
This commit is contained in:
parent
cbf00dc6ff
commit
4e9eb447db
9 changed files with 247 additions and 109 deletions
|
|
@ -12,7 +12,7 @@ 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", "net"] }
|
||||
rustix = { version = "0.38.35", features = ["pty", "termios", "procfs", "process", "stdio", "net", "fs", "thread"] }
|
||||
users = "0.11.0"
|
||||
futures = "0.3.30"
|
||||
thiserror = "1.0.63"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue