Files

18 lines
328 B
TOML
Raw Permalink Normal View History

2025-03-06 22:24:39 +00:00
[package]
2025-04-28 18:10:57 +01:00
name = "libloot-cpp"
2025-06-08 17:14:38 +01:00
version = "0.27.0"
2025-03-06 22:24:39 +00:00
edition = "2024"
2025-05-11 15:24:51 +01:00
license = "GPL-3.0-or-later"
2025-03-06 22:24:39 +00:00
[dependencies]
cxx = { version = "1.0", features = ["c++17"] }
delegate = "0.13.2"
libloot = { path = ".." }
2025-03-17 21:21:51 +00:00
libloot-ffi-errors = { path = "../ffi-errors" }
2025-03-06 22:24:39 +00:00
[build-dependencies]
cxx-build = "1.0"
[lib]
crate-type = ["staticlib"]