1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

remove boxes from weather queries

fixes #282
This commit is contained in:
Rob Ede
2022-02-18 03:13:49 +00:00
parent fbd3b228e9
commit d25d71111f
3 changed files with 6 additions and 7 deletions

View File

@ -17,8 +17,7 @@ This creates a sqlite database, weather.db, in the root.
```bash
# if ubuntu : sudo apt-get install libsqlite3-dev
# if fedora : sudo dnf install libsqlite3x-devel
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080
cargo run
```
### web client