Add more Cargo package fields

Explicitly disable publishing the FFI wrappers, since there's no point them being on crates.io.
This commit is contained in:
Oliver Hamlet
2025-08-02 11:16:25 +01:00
parent 903bdf6ef7
commit 8cf7a0adf1
6 changed files with 20 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
[package]
name = "libloot-python"
description = "An experimental Python wrapper around libloot."
publish = false
version.workspace = true
repository.workspace = true
edition.workspace = true
license.workspace = true