mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "cluelessh-connection"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cluelessh-transport = { path = "../cluelessh-transport" }
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|
|
|
[lints]
|
|
workspace = true
|