1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
rCore/crate/memory/Cargo.toml
2019-01-03 21:26:50 +08:00

9 lines
143 B
TOML

[package]
name = "rcore-memory"
version = "0.1.0"
authors = ["WangRunji <wangrunji0408@163.com>"]
edition = "2018"
[dependencies]
log = "0.4"