gb-emu/gb-emu-lib/Cargo.toml
2023-03-03 19:33:28 +11:00

15 lines
300 B
TOML

[package]
name = "gb-emu-lib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
samplerate = "0.2.4"
async-ringbuf = "0.1.2"
futures = "0.3.26"
once_cell = "1.17.1"
itertools = "0.10.5"