mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
15 lines
372 B
TOML
15 lines
372 B
TOML
[package]
|
|
name = "cluelessh-sftp"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
tokio = { version = "1.40.0", features = ["full"] }
|
|
cluelessh-transport = { path = "../cluelessh-transport" }
|
|
cluelessh-format = { path = "../cluelessh-format" }
|
|
tracing.workspace = true
|
|
rustix = { version = "0.38.35", features = ["fs"] }
|
|
|
|
[lints]
|
|
workspace = true
|