rvc/elfy/Cargo.toml
Stefan 64e2d0b45c initial commit
passes all RV32IM tests (run './test.sh all')

instructions.txt is extracted from takahirox/riscv-rust
2021-05-28 15:10:51 +02:00

16 lines
219 B
TOML

[package]
name = "elfy"
version = "0.1.0"
authors = ["Stefan <stefan@pimaker.at>"]
edition = "2018"
[lib]
name = "elfy"
crate-type = ["staticlib"]
[dependencies]
elf = "0.0.10"
[build-dependencies]
cbindgen = "0.19"