dremu/Cargo.toml

10 lines
167 B
TOML
Raw Permalink Normal View History

2024-03-22 16:50:45 +01:00
[package]
name = "dremu"
version = "0.1.0"
authors = [ "Victor Mignot" ]
description = "RISC-V 32-bits CPU emulator"
edition = "2021"
license = "EUPL"
[dependencies]