mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-22 16:25:06 +03:00
Cargo.toml: Add missing fields
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
5d420dfe44
commit
cad5c81a68
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
name = "speakersafetyd"
|
name = "speakersafetyd"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
description = "Speaker protection daemon for embedded Linux systems"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
half = "^2.1.0"
|
half = "^2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue