Use workspace keys in Cargo.toml

This commit is contained in:
2024-09-09 19:32:22 -06:00
parent bcc5871cd8
commit 3d2236de82
6 changed files with 36 additions and 29 deletions

View File

@@ -10,3 +10,11 @@ resolver = "2"
inherits = "release"
lto = "thin"
strip = "debuginfo"
[workspace.package]
version = "2.0.0-beta.7"
authors = ["Luke Street <luke@street.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/encounter/objdiff"
rust-version = "1.74"