15 lines
No EOL
359 B
TOML
15 lines
No EOL
359 B
TOML
[package]
|
|
name = "meowgb-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.14"
|
|
paste = "1.0.6"
|
|
meowgb-opcode = { path = "../meowgb-opcode" }
|
|
bmp = "0.5.0"
|
|
chrono = "0.4.19"
|
|
thiserror = "1.0.30"
|
|
sha1 = { version = "0.10.6", features = ["std"] } |