2024-06-12 19:21:50 +00:00
|
|
|
[package]
|
2024-07-02 17:14:56 +00:00
|
|
|
name = "indexed_docs"
|
2024-06-12 19:21:50 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
2024-07-02 17:14:56 +00:00
|
|
|
path = "src/indexed_docs.rs"
|
2024-06-12 19:21:50 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
async-trait.workspace = true
|
|
|
|
collections.workspace = true
|
2024-06-14 16:21:03 +00:00
|
|
|
derive_more.workspace = true
|
2024-06-12 19:21:50 +00:00
|
|
|
fs.workspace = true
|
|
|
|
futures.workspace = true
|
2024-06-12 23:33:31 +00:00
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-06-13 16:07:26 +00:00
|
|
|
heed.workspace = true
|
2024-06-12 19:21:50 +00:00
|
|
|
html_to_markdown.workspace = true
|
|
|
|
http.workspace = true
|
2024-06-12 19:53:05 +00:00
|
|
|
indexmap.workspace = true
|
2024-06-13 22:30:15 +00:00
|
|
|
parking_lot.workspace = true
|
2024-06-17 23:27:42 +00:00
|
|
|
paths.workspace = true
|
2024-06-13 16:07:26 +00:00
|
|
|
serde.workspace = true
|
2024-06-12 19:53:05 +00:00
|
|
|
strum.workspace = true
|
2024-06-13 16:07:26 +00:00
|
|
|
util.workspace = true
|
2024-06-12 19:21:50 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-06-12 19:53:05 +00:00
|
|
|
indoc.workspace = true
|
|
|
|
pretty_assertions.workspace = true
|