cu-config-gen 0.10.0

This is an example for the Copper project to show how to programmatically generate a config.
[[bin]]
name = "cu-config-gen"
path = "src/main.rs"

[dependencies.cu29]
version = "0.10.0"

[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics"]
description = "This is an example for the Copper project to show how to programmatically generate a config."
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["robotics", "middleware", "copper", "real-time"]
license = "Apache-2.0"
name = "cu-config-gen"
readme = "README.md"
repository = "https://github.com/copper-project/copper-rs"
version = "0.10.0"