From d10f633980b642b77aac32f84081f4d8a989fd08 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sat, 11 Nov 2023 00:03:24 -0500 Subject: basic working client --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e2024c..5757fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +async-std = { version = "1.12.0", features = ["attributes"] } +clap = { version = "4.4.8", features = ["derive"] } +zbus = "3.14.1" -- cgit v1.2.3