about summary refs log tree commit diff
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Add local lib crate to share common structsBaitinq2022-10-301-1/+1
|
* Client->Frontend: Create yew frontend skeletonBaitinq2022-10-241-1/+1
| | | | We have replaced the client with a yew frontend.
* Misc: Separate OSSE into componentsBaitinq2022-10-191-6/+2
| | | | | We now have a cargo workspace with the Crawler, Client and Indexer packages.
* Initial Commit!Baitinq2022-10-191-0/+8
This is the initial commit for this experiment of a search engine. I hope I can learn a lot from this!