15 lines
359 B
TOML
15 lines
359 B
TOML
[package]
|
|
name = "nemu-arch-x86"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Antifallobst <antifallobst@systemausfall.org>", "Eric-Paul Ickhorn <atnx@protonmail.com>"]
|
|
description = "The x86 implementation of NEMU"
|
|
license = "MIT"
|
|
repository = "https://git.nerdcult.net/nerdcult/nerdemu"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|