Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install toledo
It will make the toledo command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall toledo uninstalls.
Back to the crate overview .
Readme
Toledo
An IOT server written in rust for connecting via serial port to toledo scales.
Dependencies
On ubuntu
sudo apt install libudev-dev pkg-config
Releases
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