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