Files
scc/runtime/libcore/cbuild.toml
2025-11-20 11:22:37 +08:00

15 lines
221 B
TOML

[package]
name = "libcore"
default_features = [
"std_impl",
]
features = [
"std_impl",
]
dependencies = [
# TODO define some to disable stdio for self-contained build
{ name = "log", path = "../log" }
]