Monorepo for Tangled
tangled.org
1[package]
2name = "bobbin-search"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6rust-version.workspace = true
7
8[dependencies]
9bobbin-runtime = { workspace = true }
10bobbin-types = { workspace = true }
11jacquard-common = { workspace = true }
12
13tantivy = { workspace = true }
14thiserror = { workspace = true }
15tokio = { workspace = true, features = ["rt", "sync", "time"] }
16tracing = { workspace = true }
17
18[dev-dependencies]
19tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }