mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
17 lines
422 B
TOML
17 lines
422 B
TOML
[package]
|
|
name = "moa-host"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.60"
|
|
categories = ["emulators"]
|
|
keywords = ["emulators"]
|
|
description = "traits for abstracting the I/O of an emulated system to the host"
|
|
authors = ["transistor fet <trans@jabberwocky.ca>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/transistorfet/moa"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
femtos = "0.1"
|
|
thiserror = "1.0"
|