1 Star 0 Fork 37

普朗克常数/rust_shyper

forked from openEuler/rust_shyper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
motse 提交于 2023-10-16 18:49 +08:00 . feat: compiling libfdt in libfdt-binding
[package]
name = "rust_shyper"
version = "0.1.0"
authors = [
"Siran Li <ohmrlsr@buaa.edu.cn>",
"Ce Mo <moce4917@buaa.edu.cn>",
"Keyang Hu <hky1999@buaa.edu.cn>",
"Bo Jiang <jiangbo@buaa.edu.cn>",
"Lei Wang <wanglei@buaa.edu.cn>",
]
edition = "2021"
description = "A Reliable Embedded Hypervisor Supporting VM Migration and Hypervisor Live-Update"
build = "build.rs"
license = "MulanPSL-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
panic = "abort"
[profile.release]
lto = true
panic = "abort"
debug = true
[dependencies]
vm-fdt = { git = "https://github.com/OhmR/vm-fdt" }
fdt = { path = "libfdt-binding" }
log = { version = "0.4", features = [
"max_level_trace",
"release_max_level_info",
] }
spin = { version = "0.9.4", features = ["use_ticket_mutex"] }
cortex-a = "7.4.0"
buddy_system_allocator = "0.8.0"
[dependencies.tock-registers]
version = "0.7.0"
default-features = false
features = ["register_types"]
[features]
tx2 = []
qemu = []
pi4 = []
update = []
ramdisk = []
static-config = []
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gueeos-lite/rust_shyper.git
git@gitee.com:gueeos-lite/rust_shyper.git
gueeos-lite
rust_shyper
rust_shyper
master

搜索帮助