| Crates.io | toledo |
| lib.rs | toledo |
| version | 0.1.1 |
| created_at | 2023-10-25 18:05:26.165202+00 |
| updated_at | 2023-10-30 21:01:16.622516+00 |
| description | An IOT server written in rust for connecting via serial port to toledo scales. |
| homepage | https://github.com/marcodpt/toledo |
| repository | https://github.com/marcodpt/toledo |
| max_upload_size | |
| id | 1013563 |
| size | 27,835 |
An IOT server written in rust for connecting via serial port to toledo scales.
On ubuntu
sudo apt install libudev-dev pkg-config
Currently, only binaries for generic versions of Linux are distributed across releases.
sudo apt install pkg-config libssl-dev musl-tools
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl