mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
20 lines
498 B
TOML
20 lines
498 B
TOML
[package]
|
|
name = "brk_cohort"
|
|
description = "Cohort definitions used throughout BRK"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_error = { workspace = true, features = ["vecdb"] }
|
|
brk_types = { workspace = true }
|
|
brk_traversable = { workspace = true }
|
|
vecdb = { workspace = true }
|
|
rayon = { workspace = true }
|
|
serde = { workspace = true }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["vecdb"]
|