mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-17 21:34:48 -07:00
18 lines
434 B
TOML
18 lines
434 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 }
|
|
oas3 = "0.20"
|
|
schemars = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
vecdb = { workspace = true }
|