mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 14:36:01 -06:00
17 lines
213 B
TOML
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
|