1 Star 0 Fork 0

sndnvaps/rpi-sysinfo-display-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.toml 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
sndnvaps 提交于 2023-11-14 21:45 +08:00 . 使用features来分离 读取温度的func
[tasks.format]
install_crate = "rustfmt"
command = "cargo"
args = ["fmt", "--", "--emit=files"]
[tasks.clean]
command = "cargo"
args = ["clean"]
[tasks.build]
condition = { platforms = ["linux"]}
command = "cargo"
args = ["build","--release", "--target=aarch64-unknown-linux-musl"]
dependencies = ["clean"]
[tasks.my-flow]
dependencies = [
"format",
"build"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/sndnvaps/rpi-sysinfo-display-rust.git
git@gitee.com:sndnvaps/rpi-sysinfo-display-rust.git
sndnvaps
rpi-sysinfo-display-rust
rpi-sysinfo-display-rust
main

搜索帮助