From 563d4338d2039db9164d31cf9aaf68797d8adf03 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Sat, 1 Jun 2024 11:58:08 -0600 Subject: Adding serde dependency for communication --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 956a535..118e87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] clap = { version = "4.5.4", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } -- cgit v1.2.3-54-g00ecf