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