Files
libloot/python/Cargo.toml
T

23 lines
519 B
TOML
Raw Permalink Normal View History

2025-03-16 18:05:32 +00:00
[package]
2025-05-08 20:57:06 +01:00
name = "libloot-python"
2025-08-02 10:56:27 +01:00
description = "An experimental Python wrapper around libloot."
publish = false
version.workspace = true
2025-08-02 10:56:27 +01:00
repository.workspace = true
edition.workspace = true
license.workspace = true
2025-03-16 18:05:32 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "loot"
crate-type = ["cdylib"]
[dependencies]
libloot = { path = ".." }
2025-03-17 21:21:51 +00:00
libloot-ffi-errors = { path = "../ffi-errors" }
2025-09-28 21:07:41 +01:00
pyo3 = ">= 0.23.3, < 0.26"
pyo3-log = "0.12"
2025-07-20 21:09:46 +01:00
[lints]
workspace = true