加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2022-03-28 16:43 . 增加注释说明
[package]
name = "pmem"
version = "1.0.0"
edition = "2021"
authors = ["mawei <mawei@uniontech.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysinfo = "0.23.5" # 获取系统里面资源信息,process,内存,cpu
tabled = "0.5.0" # 表格输出
clap = { version = "3.1.6", features = ["derive"] } # 命令行解析
proc-maps = "0.2.0" # maps 解析
libc = "0.2.121" # libc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化