serial_counter/Cargo.toml
2020-05-15 19:51:29 +02:00

14 lines
No EOL
295 B
TOML

[package]
name = "serial_counter"
version = "0.1.0"
authors = ["Jakob Klepp <jakob@truh.in>"]
edition = "2018"
[workspace]
members = [
"counter_gui",
"counter_types",
"counter_uart",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html