From 9a32145119d7058b2c067dcf7aeb8e8cc3e8fcd5 Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 20 Jan 2023 14:58:42 -0800 Subject: [PATCH] Dependencies --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa650d7..5063055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,8 @@ env_logger = "0.10.*" # Async futures-lite = "1.12.*" async-io = "1.12.*" +# Serialization +parity-scale-codec = "3.2.*" [package] name = "physical" @@ -36,4 +38,5 @@ license.workspace = true [dependencies] thiserror.workspace = true uom.workspace = true -log.workspace = true \ No newline at end of file +log.workspace = true +parity-scale-codec.workspace = true \ No newline at end of file