1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
rCore/user/Cargo.toml
2018-07-13 22:17:24 +08:00

7 lines
160 B
TOML

[package]
name = "ucore-user-programs"
version = "0.1.0"
authors = ["Runji Wang <wangrunji0408@163.com>"]
[dependencies]
"ucore-ulib" = { path = "ucore-ulib" }