flybrain/services/flysim/crates/flybrain-gb/Cargo.toml
acamilo 660c3cf00d
Some checks failed
ci / node 22 (test + typecheck) (push) Has been cancelled
ci / rust stable (cargo test --workspace --release) (push) Has been cancelled
ci / infra/tests/lint.sh (push) Has been cancelled
ci / playwright apps/stage (allowed to fail) (push) Has been cancelled
flybrain v0.4.0: public tree (history retained privately)
2026-09-21 15:09:46 +00:00

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"