mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
* 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
14 lines
236 B
TOML
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
|