b15f-rs/Cargo.toml

16 lines
254 B
TOML
Raw 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-15 23:02:22 +00:00
rand = "0.8.5"