14 lines
No EOL
295 B
TOML
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 |