tloop 0.0.5

Tauri plugin for Arduino integration — flash firmware, stream serial data, detect boards from your desktop app
[package]

name        = "tloop"

version = "0.0.5"

edition     = "2021"

description = "Tauri plugin for Arduino integration — flash firmware, stream serial data, detect boards from your desktop app"

license     = "MIT OR Apache-2.0"

repository  = "https://github.com/s7lver2/loop"

keywords    = ["tauri", "arduino", "serial", "firmware", "iot"]

categories  = ["gui", "embedded", "hardware-support"]

links = "tloop"



[dependencies]

tloop-config = { path = "../loop-config", version = "0.0.5" }

tloop-preprocess = { path = "../loop-preprocess", version = "0.0.5" }

tloop-arduino = { path = "../loop-arduino", version = "0.0.5" }

tauri = { version = "2", features = [] }

serde = { workspace = true }

serde_json = "1"

serialport = "4"

thiserror = { workspace = true }

tokio = { version = "1", features = ["full"] }



[build-dependencies]

tauri-plugin = { version = "2", features = ["build"] }