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