aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fbbf82d1da320a5c94764a1a26ab592da029e1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustv"
version = "0.4.0"
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"