mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Explicitly disable publishing the FFI wrappers, since there's no point them being on crates.io.
12 lines
275 B
TOML
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
|