add project structure
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "wakey"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0.147"
|
||||
tokio = "1.21.2"
|
||||
zbus = {version = "3.4.0", features=["tokio"]}
|
||||
thiserror = "1.0.27"
|
||||
anyhow = "1.0.66"
|
||||
zbus_names = "2.2.0"
|
||||
zvariant = "3.7.1"
|
||||
zvariant_derive = "3.7.1"
|
||||
uuid = {version = "1.2.1", features = ["v4", "serde"]}
|
||||
zbus_macros = "3.4.0"
|
||||
serde_json = "1.0.87"
|
||||
serde_yaml = "0.9.14"
|
||||
|
||||
Reference in New Issue
Block a user