19 lines
313 B
TOML
19 lines
313 B
TOML
[package]
|
|
name = "gb-emu-lib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = []
|
|
clocked-serial = []
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
async-ringbuf = "0.1.2"
|
|
futures = "0.3"
|
|
once_cell = "1.17.1"
|
|
itertools = "0.10.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_with = "2.3.1"
|
|
bytemuck = "1.13"
|