Files
Oliver Hamlet 8cf7a0adf1 Add more Cargo package fields
Explicitly disable publishing the FFI wrappers, since there's no point them being on crates.io.
2025-08-02 11:16:25 +01:00

12 lines
275 B
TOML

[package]
name = "libloot-ffi-errors"
description = "Error handling functionality that is shared between libloot's FFI wrappers."
publish = false
version.workspace = true
repository.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true