This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / bobbin / crates / edge-index / Cargo.toml
467 B 18 lines
1[package] 2name = "bobbin-edge-index" 3version.workspace = true 4edition.workspace = true 5license.workspace = true 6rust-version.workspace = true 7 8[dependencies] 9bobbin-runtime = { workspace = true } 10bobbin-types = { workspace = true } 11either = { workspace = true } 12itertools = { workspace = true } 13jacquard-common = { workspace = true } 14lasso = { workspace = true } 15scc = { workspace = true } 16smallvec = "1" 17thiserror = { workspace = true } 18tokio = { workspace = true }