mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
24 lines
472 B
TOML
24 lines
472 B
TOML
[package]
|
|
name = "libloot-cpp"
|
|
description = "A C++ wrapper around libloot."
|
|
publish = false
|
|
version.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cxx = { version = "1.0.192", features = ["c++17"] }
|
|
delegate = ">= 0.5.1, < 0.14"
|
|
libloot = { path = ".." }
|
|
libloot-ffi-errors = { path = "../ffi-errors" }
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0.192"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[lints]
|
|
workspace = true
|