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:
+5
-4
@@ -1,9 +1,10 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "5.3.2"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.net>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
loot-condition-interpreter = { path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user