b15f-rs/Cargo.toml
2022-12-18 14:38:21 +01:00

14 lines
252 B
TOML

[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]
serialport = "4.2.0"
rand = "0.8.5"