z21_api 0.1.0

Rust API for Roco Z21 model railway control system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "z21_api"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/atomwoz/rust_z21_api"
authors = ["atomwoz <atwozniak67@gmail.com>"]
description = "Rust API for Roco Z21 model railway control system"
license = "BSD-3-Clause"
readme = "README.md"
keywords = ["z21", "roco", "fleischmann", "railway", "dcc"]

[lib]
name = "roco_z21_driver"

[dependencies]
tokio = { version ="1.43.0", features = ["full"] }