swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 538004aab71c66f68439b0e930366e29d7882006 authored by Anne-Laure on 22 March 2024, 16:33:48 UTC
debug in progress
Tip revision: 538004a
Cargo.toml
[package]
name = "kernel-loader"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
goblin = "0.7.1"
derive_more = "0.99.17"

[dependencies.rvemu]
git = "https://github.com/vapourismo/rvemu.git"
branch = "pub-translate"
back to top