openrr-config 0.1.0

Utilities for modifying configuration files
Documentation
[package]
name = "openrr-config"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Utilities for modifying configuration files"
keywords = ["robotics", "robot"]
categories = ["science::robotics", "gui"]

[dependencies]
anyhow.workspace = true
toml-query.workspace = true
toml.workspace = true
tracing.workspace = true

[dev-dependencies]
assert_approx_eq.workspace = true