mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Deduplicate Cargo package fields
This commit is contained in:
+12
-5
@@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter"
|
name = "loot-condition-interpreter"
|
||||||
version = "5.3.2"
|
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
|
||||||
description = "Parse and evaluate LOOT metadata condition strings."
|
description = "Parse and evaluate LOOT metadata condition strings."
|
||||||
repository = "https://github.com/loot/loot-condition-interpreter.git"
|
version.workspace = true
|
||||||
license = "MIT"
|
authors.workspace = true
|
||||||
edition = "2021"
|
repository.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crc32fast = "1.5.0"
|
crc32fast = "1.5.0"
|
||||||
@@ -25,3 +25,10 @@ harness = false
|
|||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["ffi"]
|
members = ["ffi"]
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
version = "5.3.2"
|
||||||
|
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
||||||
|
repository = "https://github.com/loot/loot-condition-interpreter.git"
|
||||||
|
license = "MIT"
|
||||||
|
edition = "2021"
|
||||||
|
|||||||
+5
-4
@@ -1,9 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loot-condition-interpreter-ffi"
|
name = "loot-condition-interpreter-ffi"
|
||||||
version = "5.3.2"
|
version.workspace = true
|
||||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
authors.workspace = true
|
||||||
license = "MIT"
|
repository.workspace = true
|
||||||
edition = "2021"
|
license.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
loot-condition-interpreter = { path = ".." }
|
loot-condition-interpreter = { path = ".." }
|
||||||
|
|||||||
Reference in New Issue
Block a user