22 lines
491 B
TOML
22 lines
491 B
TOML
[package]
|
|
name = "flybrain-gb"
|
|
version = "0.1.1"
|
|
description = "Native binjgb Game Boy emulator wrapper plus the Pokemon Red and Super Mario Land reward adapters and the progress ratchet"
|
|
edition = "2024"
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc.workspace = true
|
|
|
|
[lints.rust]
|
|
unsafe_op_in_unsafe_fn = "warn"
|
|
|
|
[lints.clippy]
|
|
all = "warn"
|