Files
unshell/core-modules/server2/Cargo.toml
T
2026-01-30 14:05:07 -07:00

17 lines
213 B
TOML

[package]
name = "server2"
edition = "2024"
[features]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
# [lib]
# crate-type = ["cdylib"]
[dependencies]
unshell.path = "../../"
[lints]
workspace = true