blot-cli 1.0.0

CLI for the Hack Club Blot
[[bin]]
name = "blot"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.23"

[dependencies.cobs2]
version = "0.1.4"

[dependencies.confy]
version = "0.6.1"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.inquire]
version = "0.7.5"

[dependencies.ringbuffer]
features = ["alloc"]
version = "0.15.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serialport]
version = "4.6.1"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[dependencies.tui]
version = "0.19.0"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.11.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "science::robotics"]
description = "CLI for the Hack Club Blot"
edition = "2021"
keywords = ["hackclub", "blot", "cli"]
license = "MIT"
name = "blot-cli"
readme = "README.md"
repository = "https://github.com/polypixeldev/blot-cli"
version = "1.0.0"