refactor(cli): improve how we serve the bin to users

This commit is contained in:
Cain 2024-11-26 02:05:36 +00:00
parent 8fab167157
commit 3bcf9385f2
6 changed files with 52 additions and 18 deletions

View file

@ -13,3 +13,10 @@ codegen-units = 1
[profile.release.package."*"]
opt-level = 3
# When building locally, use the local version of the library
# Comment this out when you want to resolve the library from crates.io
# This is only for crates that use gamedig as a dependency
# https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
[patch.crates-io]
gamedig = { path = "./crates/lib" }