bmos_client 1.0.1

bmOS_client is an executable in charge of receiving and parsing JSON input from stdin and sending intents with enough confidence (>0.6) to the address and port provided (to bmOS_server). This is part of the software required to run a custom BMO-Boy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bmos_client"
version = "1.0.1"
dependencies = [
 "json_minimal",
]

[[package]]
name = "json_minimal"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f23a154c7bbe06d65d084a909a7ba16981b514768c5b79ccf423dda1e4b4d8e"