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

10 lines
156 B
TOML
Raw Normal View History

[package]
2019-01-03 15:37:04 +04:00
name = "rcore-memory"
version = "0.1.0"
authors = ["WangRunji <wangrunji0408@163.com>"]
2018-11-19 11:43:28 +04:00
edition = "2018"
[dependencies]
2018-12-25 20:12:10 +04:00
log = "0.4"
spin = "0.5"