dremu/Cargo.toml
2024-03-22 17:15:23 +01:00

10 lines
167 B
TOML

[package]
name = "dremu"
version = "0.1.0"
authors = [ "Victor Mignot" ]
description = "RISC-V 32-bits CPU emulator"
edition = "2021"
license = "EUPL"
[dependencies]