/weather-station-bot

weather station client

Primary LanguageRust

TODO

Cross-compiling for lunux

This project uses cross for cross-compilation. To cross-compile for linux:

docker build -t weather_station_bot_build ./docker/
cross build --target=x86_64-unknown-linux-musl --release

Running database tests

diesel --database-url test.sqlite database setup
cargo test -- --test-threads=1