rtcom-config 0.2.1

Profile persistence for rtcom, the Rust terminal communication tool.
Documentation
[package]
name = "rtcom-config"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Profile persistence for rtcom, the Rust terminal communication tool."
readme = "../../README.md"
keywords = ["serial", "terminal", "config", "profile", "rtcom"]
categories = ["config", "hardware-support"]

[lints]
workspace = true

[dependencies]
serde = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
directories = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }