This repository has been archived on 2023-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
nemu-old/base/Cargo.toml

16 lines
394 B
TOML
Raw Permalink Normal View History

2023-03-16 22:26:54 +00:00
[package]
2023-03-16 23:16:53 +00:00
name = "nemu-base"
2023-03-16 22:26:54 +00:00
version = "0.1.0"
edition = "2021"
2023-03-16 22:32:07 +00:00
authors = ["Antifallobst <antifallobst@systemausfall.org>", "Eric-Paul Ickhorn <atnx@protonmail.com>"]
2023-03-16 23:16:53 +00:00
description = "The base layer of NEMU"
2023-03-16 22:26:54 +00:00
license = "MIT"
repository = "https://git.nerdcult.net/nerdcult/nerdemu"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
console_error_panic_hook = "0.1"
chrono = "0.4"