rust称重到mqtt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
207B

  1. [package]
  2. name = "weight_reader"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. serialport = "4.2.2"
  7. anyhow = "1.0"
  8. rumqttc = "0.23"
  9. serde = { version = "1.0", features = ["derive"] }
  10. serde_json = "1.0"