rust-gamedig/Cargo.toml
Tom b248a7661e
feat: Move ID tests into their own crate with a CLI (#177)
* fix: ID tests not in correct directory

* refactor: Move game-id test logic into its own crate

* id-tests: Add CLI that reads JSON input

* id-tests: Update crate docs

* Remove node ID test

* id-tests: Don't try to parse unneeded info

* id-tests: Enable cli feature by default
2024-01-11 01:31:02 +02:00

14 lines
236 B
TOML

[workspace]
members = ["crates/cli", "crates/lib", "crates/id-tests"]
# Edition 2021, uses resolver = 2
resolver = "2"
[profile.release]
opt-level = 3
debug = false
rpath = true
lto = true
[profile.release.package."*"]
opt-level = 3