From f53ca590dff8e8436466348e78c3d6aa99dddc69 Mon Sep 17 00:00:00 2001 From: Zack Date: Thu, 19 Jan 2023 08:22:32 -0800 Subject: [PATCH] Dependencies --- Cargo.toml | 5 +---- master/Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd882f7..aa650d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,4 @@ license.workspace = true [dependencies] thiserror.workspace = true uom.workspace = true -log.workspace = true -env_logger.workspace = true -futures-lite.workspace = true -async-io.workspace = true \ No newline at end of file +log.workspace = true \ No newline at end of file diff --git a/master/Cargo.toml b/master/Cargo.toml index 7341c5d..7a225ff 100644 --- a/master/Cargo.toml +++ b/master/Cargo.toml @@ -10,4 +10,7 @@ license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -physical = { path = ".." } \ No newline at end of file +physical = { path = ".." } +env_logger.workspace = true +futures-lite.workspace = true +async-io.workspace = true \ No newline at end of file