riscv64-emulator/Cargo.toml

11 lines
192 B
TOML
Raw Permalink Normal View History

2023-02-04 09:13:22 +00:00
[package]
name = "riscv64-emulator"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["derive"] }
goblin = "0.6.0"
scroll = "0.11.0"