mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
15 lines
364 B
TOML
15 lines
364 B
TOML
[package]
|
|
name = "cluelesshd-sftp-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|
cluelessh-sftp = { path = "../../lib/cluelessh-sftp" }
|
|
tokio = "1.40.0"
|
|
rustix = { version = "0.38.35", features = ["stdio"] }
|
|
|
|
[lints]
|
|
workspace = true
|