b15f-rs/Cargo.toml

14 lines
252 B
TOML
Raw Permalink Normal View History

2022-12-09 19:49:54 +00:00
[package]
name = "b15f-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "b15f"
path = "src/lib.rs"
[dependencies]
2022-12-13 00:38:50 +00:00
serialport = "4.2.0"
2022-12-17 22:03:36 +00:00
rand = "0.8.5"