mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
18 lines
357 B
TOML
18 lines
357 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" }
|
||
|
|
|
||
|
|
[[bin]]
|
||
|
|
name = "endpoint_test"
|
||
|
|
path = "src/main.rs"
|
||
|
|
test = false
|