Files
unshell/examples/endpoint_test/Cargo.toml
T
2026-06-01 15:54:17 -06:00

19 lines
415 B
TOML

[package]
name = "endpoint_test"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
include.workspace = true
[dependencies]
unshell = { workspace = true }
leaf-shell = { path = "../../unshell-leaves/leaf-shell" }
tcp_simple = { path = "../../unshell-leaves/tcp_simple" }
[[bin]]
name = "endpoint_test"
path = "src/main.rs"
test = false