Files

17 lines
213 B
TOML
Raw Permalink Normal View History

2026-01-30 14:05:07 -07:00
[package]
name = "server2"
edition = "2024"
[features]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
# [lib]
# crate-type = ["cdylib"]
[dependencies]
unshell.path = "../../"
[lints]
workspace = true