mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 14:08:34 -07:00
global: snapshot
This commit is contained in:
@@ -12,11 +12,9 @@ indexer = { workspace = true }
|
||||
jiff = { workspace = true }
|
||||
logger = { workspace = true }
|
||||
oxc = { version = "0.50.0", features = ["codegen", "minifier"] }
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.12", features = ["blocking", "json"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
storable_vec = { workspace = true }
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.2", features = ["compression-full"] }
|
||||
zstd = "0.13.2"
|
||||
|
||||
@@ -15,14 +15,14 @@ use crate::{log_result, traits::HeaderMapExtended};
|
||||
use super::AppState;
|
||||
|
||||
mod format;
|
||||
mod id_to_i_to_vec;
|
||||
mod index;
|
||||
mod query;
|
||||
mod tree;
|
||||
|
||||
use format::Format;
|
||||
pub use id_to_i_to_vec::*;
|
||||
use index::Index;
|
||||
use query::QueryS;
|
||||
pub use tree::*;
|
||||
|
||||
pub async fn handler(
|
||||
headers: HeaderMap,
|
||||
|
||||
Reference in New Issue
Block a user