cu-nologging-task 0.9.0

This is an example for the Copper project to show how to stop the output of a task being logged.
[[bin]]
name = "logreader"
path = "src/logreader.rs"

[[bin]]
name = "nologging-tasks"
path = "src/main.rs"

[dependencies.cu29]
version = "0.9.0"

[dependencies.cu29-export]
version = "0.9.0"

[dependencies.cu29-helpers]
version = "0.9.0"

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

[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science::robotics"]
default-run = "nologging-tasks"
description = "This is an example for the Copper project to show how to stop the output of a task being logged."
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["robotics", "middleware", "copper", "real-time"]
license = "Apache-2.0"
name = "cu-nologging-task"
readme = false
repository = "https://github.com/copper-project/copper-rs"
version = "0.9.0"