mirror of
https://github.com/PiMaker/rvc.git
synced 2024-11-10 06:00:07 +00:00
64e2d0b45c
passes all RV32IM tests (run './test.sh all') instructions.txt is extracted from takahirox/riscv-rust
16 lines
219 B
TOML
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"
|