blob: d4f8869824a6775c29ad4b9368b3a19f2fdc328d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "rustv"
version = "0.2.1"
authors = ["David Li <li.davidm96@gmail.com>"]
description = "A minimal, intentionally inaccurate RISC-V ISA simulator"
repository = "https://git.lidavidm.me/rustv"
readme = "README.md"
license = "GPL-3.0"
[dependencies.elfloader32]
path = "src/rust-elfloader"
version = "0.0.3"
|