device-ls/Cargo.toml

12 lines
255 B
TOML

[package]
name = "device-ls"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.3"
serialport = "4.0.1"