Remove libloot dependency from libloot-ffi-errors

This commit is contained in:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent dde7b2e2ff
commit 7fe2b0cc95
2 changed files with 0 additions and 6 deletions
Generated
-3
View File
@@ -592,9 +592,6 @@ dependencies = [
[[package]]
name = "libloot-ffi-errors"
version = "0.27.0"
dependencies = [
"libloot",
]
[[package]]
name = "libloot-nodejs"
-3
View File
@@ -4,8 +4,5 @@ version = "0.27.0"
edition = "2024"
license = "GPL-3.0-or-later"
[dependencies]
libloot = { path = ".." }
[lints]
workspace = true