mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
9 lines
111 B
TOML
9 lines
111 B
TOML
[workspace]
|
|
members = [
|
|
"lib/*",
|
|
"bin/*"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
tracing = "0.1.40"
|