fix: various crate/clippy/ci changes (#181)

* crate: Set default binary to gamedig-cli

* crate: Fix bad no-default-features option on gamedig-id dependency

* ci: Run tests when Cargo.toml changes

* id-tests: Clippy fixes
This commit is contained in:
Tom 2024-01-18 13:34:05 +00:00 committed by GitHub
parent 0f9bada4f3
commit 32dd486632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 11 deletions

View file

@ -7,6 +7,7 @@ description = "A command line interface for gamedig"
license = "MIT"
version = "0.4.1"
edition = "2021"
default-run = "gamedig-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html