mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-21 23:34:48 -07:00
30 lines
670 B
TOML
30 lines
670 B
TOML
[package]
|
|
name = "brk_playground"
|
|
description = "Experimental playground for brk development"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
brk_computer = { workspace = true }
|
|
brk_error = { workspace = true }
|
|
brk_fetcher = { workspace = true }
|
|
brk_indexer = { workspace = true }
|
|
brk_logger = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
memmap2 = "0.9"
|
|
plotters = "0.3"
|
|
tracing = { workspace = true }
|
|
vecdb = { workspace = true }
|
|
|
|
[[example]]
|
|
name = "heatmap"
|
|
path = "examples/heatmap.rs"
|
|
|
|
[[example]]
|
|
name = "oracle"
|
|
path = "examples/oracle.rs"
|