-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (18 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
19 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "daybreak"
version = "0.1.0"
edition = "2018"
authors = ["Anthony Wharton <a.wharton.2015@bristol.ac.uk>"]
publish = false
description = "Project Daybreak is a superscalar, out of order, `riscv32im` simulator. It was primarily developed for a piece of coursework whilst studying Advanced Computer Architecture in the Department of Computer Science at the University of Bristol."
keywords = ["riscv", "risc", "simulator", "cpu", "isa"]
categories = ["command-line-utilities", "simulation", "science", "visualization"]
readme = "README.md"
[dependencies]
backtrace = "0.3.9"
byteorder = "1.2.6"
clap = "2.32.0"
either = "1.5.0"
elf = "0.0.10"
tui = "0.3.0-beta.3"
termion = "1.5"