mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "cluelessh-sftp-proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cluelessh-transport = { path = "../cluelessh-transport" }
|
|
|
|
[lints]
|
|
workspace = true
|