meshtastic 0.1.9

A Rust library for communicating with and configuring Meshtastic devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@meshtastic/protobufs",
  "version": "__PACKAGE_VERSION__",
  "exports": {
    ".": "./mod.ts"
  },
  "imports": {
    "@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.2.3"
  },
  "publish": {
    "exclude": [
      "!lib"
    ]
  }
}