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