1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-24 00:46:17 +04:00
rCore/crate/process/Cargo.toml

9 lines
156 B
TOML
Raw Normal View History

2018-07-16 21:56:28 +04:00
[package]
name = "ucore-process"
version = "0.1.0"
authors = ["WangRunji <wangrunji0408@163.com>"]
2018-11-19 11:46:40 +04:00
edition = "2018"
2018-07-16 21:56:28 +04:00
[dependencies]
log = "0.4"
2018-11-03 17:45:03 +04:00
spin = "0.4"