Files
brk/crates/brk_binder/Cargo.toml
2025-11-29 12:15:12 +01:00

14 lines
325 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
build = "build.rs"
[dependencies]
brk_query = { workspace = true }
brk_types = { workspace = true }