aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-06-01 11:58:08 -0600
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-06-01 11:58:08 -0600
commit563d4338d2039db9164d31cf9aaf68797d8adf03 (patch)
tree80ca369b8f4c39f6a3fbe58a29aa0514d90ff685 /Cargo.toml
parent4efe817e075598cfa3ce2e85ec84f96a0d95c734 (diff)
downloadvaranus-563d4338d2039db9164d31cf9aaf68797d8adf03.tar.gz
varanus-563d4338d2039db9164d31cf9aaf68797d8adf03.tar.bz2
varanus-563d4338d2039db9164d31cf9aaf68797d8adf03.zip
Adding serde dependency for communication
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"] }