mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 00:16:17 +04:00
12 lines
151 B
TOML
12 lines
151 B
TOML
[[package]]
|
|
name = "ucore-ulib"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "ucore-user-programs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ucore-ulib 0.1.0",
|
|
]
|
|
|