README: Add forgotten frontend dependency
I only added the Rust dependencies to the README, but we do have one for the Javascript run in the frontend. Add Chart.js to the README.
This commit is contained in:
parent
198be70a99
commit
fb115e1bba
1 changed files with 4 additions and 1 deletions
|
@ -23,13 +23,16 @@ A list of things that could be implemented/added to the application, some of the
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
This project currently uses :
|
This project currently uses, for the backend :
|
||||||
- [Rocket](https://docs.rs/rocket/0.5.1/rocket/), for the web application backend
|
- [Rocket](https://docs.rs/rocket/0.5.1/rocket/), for the web application backend
|
||||||
- [SQLX](https://docs.rs/sqlx/0.7.4/sqlx/), for database access (this is only expeceted to be used with SQLite)
|
- [SQLX](https://docs.rs/sqlx/0.7.4/sqlx/), for database access (this is only expeceted to be used with SQLite)
|
||||||
- [Tera](https://docs.rs/tera/latest/tera/), for templating
|
- [Tera](https://docs.rs/tera/latest/tera/), for templating
|
||||||
- [Argon2](https://docs.rs/argon2/latest/argon2/), for password hashing
|
- [Argon2](https://docs.rs/argon2/latest/argon2/), for password hashing
|
||||||
- [Pull_down CMark](https://docs.rs/pulldown-cmark/0.11.0/pulldown_cmark/), for markdown rendering
|
- [Pull_down CMark](https://docs.rs/pulldown-cmark/0.11.0/pulldown_cmark/), for markdown rendering
|
||||||
|
|
||||||
|
For the frontend :
|
||||||
|
- [Chart.js](https://www.chartjs.org/), for rendering the vote graph.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
The code present in this repository is licensed under the Mozilla Public License 2.0.
|
The code present in this repository is licensed under the Mozilla Public License 2.0.
|
||||||
|
|
Loading…
Add table
Reference in a new issue