Files
brk/crates/brk_binder/Cargo.toml
2025-10-01 23:17:48 +02:00

15 lines
361 B
TOML

[package]
name = "brk_binder"
description = "A generator of binding files for other languages"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
build = "build.rs"
[dependencies]
brk_interface = { workspace = true }
brk_structs = { workspace = true }