feat 新的运行时环境
This commit is contained in:
14
runtime/libcore/cbuild.toml
Normal file
14
runtime/libcore/cbuild.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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" }
|
||||
]
|
||||
Reference in New Issue
Block a user