1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/user/Cargo.toml

8 lines
177 B
TOML
Raw Normal View History

2018-07-13 18:17:24 +04:00
[package]
name = "ucore-user-programs"
version = "0.1.0"
authors = ["Runji Wang <wangrunji0408@163.com>"]
edition = "2018"
2018-07-13 18:17:24 +04:00
[dependencies]
"ucore-ulib" = { path = "ucore-ulib" }