mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
18 lines
467 B
TOML
18 lines
467 B
TOML
[package]
|
|
name = "brk_bindgen"
|
|
description = "A trait-based generator of client bindings for multiple languages"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_cohort = { workspace = true }
|
|
brk_query = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
indexmap = { workspace = true }
|
|
oas3 = "0.20"
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|