mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 01:25:29 +00:00
12 lines
No EOL
255 B
Markdown
12 lines
No EOL
255 B
Markdown
# rssto-http
|
|
|
|
Web server implementation based on the Rocket engine
|
|
|
|
> [!NOTE]
|
|
> In development!
|
|
|
|
```
|
|
cargo run -p rssto-http -- --mysql-username USER \
|
|
--mysql-password PASS \
|
|
--mysql-database NAME
|
|
``` |