Cargo.toml: Add missing fields

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2023-10-14 10:30:40 +09:00
parent 5d420dfe44
commit cad5c81a68

View file

@ -2,8 +2,8 @@
name = "speakersafetyd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
description = "Speaker protection daemon for embedded Linux systems"
[dependencies]
half = "^2.1.0"