Deduplicate Cargo package fields across workspace

Also deduplicate version numbers in CMakeLists.txt.
This commit is contained in:
Oliver Hamlet
2025-07-31 22:08:46 +01:00
parent 724f6eaa15
commit 4acc64247e
8 changed files with 29 additions and 35 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
edition = "2021"
name = "libloot-nodejs"
version = "0.27.0"
license = "GPL-3.0-or-later"
version.workspace = true
edition = "2021"
license.workspace = true
[lib]
crate-type = ["cdylib"]