diff --git a/README.md b/README.md index 15e4e03..e2573af 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,10 @@ experiment to learn Rust, but has grown into a full-on passion project. ## Project Structure -The bulk of the project consists of the main `fej` library. The `src` folder -contains the `lib.rs` file for this library, and all other binaries import from -this main library. - -All binaries can be found in [`/src/bin`](src/bin), with the biggest one being -`server`. This is what actually runs as the Rocket.rs server. The other -binaries (with more possibly coming) are utility tools that will most likely be -run as cron jobs inside the containers, e.g. scrapers. +The `src` folder contains subfolders for the various binaries and the main +library, called `fej`. The biggest binary is called `server`, which is the +binary that actually runs the Rocket.rs web server. All the others are utility +programs, mostly consisting of scrapers for various services. Version 1.1 also introduces the use of a database, namely [PostgreSQL 13](https://www.postgresql.org/).