aw-lights/common/Cargo.toml

11 lines
178 B
TOML
Raw Normal View History

2021-10-12 17:11:44 -04:00
[package]
name = "common"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = {version = "1.0", features = ["derive"]}
hex = "0.4.3"
serde_json = "1"
2022-11-21 11:48:45 -05:00
parking_lot = "0.12"