2025-03-17 21:21:51 +00:00
|
|
|
[package]
|
|
|
|
|
name = "libloot-ffi-errors"
|
2025-08-02 10:56:27 +01:00
|
|
|
description = "Error handling functionality that is shared between libloot's FFI wrappers."
|
|
|
|
|
publish = false
|
2025-07-31 17:21:05 +01:00
|
|
|
version.workspace = true
|
2025-08-02 10:56:27 +01:00
|
|
|
repository.workspace = true
|
2025-07-31 17:21:05 +01:00
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
2025-03-17 21:21:51 +00:00
|
|
|
|
2025-07-20 21:09:46 +01:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|