ubmsc 0.1.1

A client for Battery Management Systems (BMS).
Documentation
1
2
3
4
5
6
{ pkgs ? import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; }, ... }:
with pkgs;
mkShell {
  nativeBuildInputs = [ pkg-config rust-bin.stable.latest.default ];
  buildInputs = [ dbus udev openssl ];
}