mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
17 lines
367 B
TOML
17 lines
367 B
TOML
[package]
|
|
name = "libloot-python"
|
|
version = "0.26.1"
|
|
edition = "2024"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
# 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 = ".." }
|
|
libloot-ffi-errors = { path = "../ffi-errors" }
|
|
pyo3 = "0.24.0"
|
|
pyo3-log = "0.12.2"
|