quickpeep/Cargo.toml

14 lines
290 B
TOML
Raw Normal View History

2022-03-12 15:01:40 +00:00
[workspace]
members = [
"quickpeep",
2022-03-24 19:50:20 +00:00
"quickpeep_index",
2022-03-14 23:36:37 +00:00
"quickpeep_indexer",
"quickpeep_raker",
"quickpeep_densedoc",
"quickpeep_moz_readability",
2022-03-20 20:29:32 +00:00
"quickpeep_seed_parser",
"quickpeep_structs",
"quickpeep_utils",
"quickpeep_html_charset_detection",
2022-03-12 15:01:40 +00:00
]