From 2be853b5d44a19775a050696d318ab0c15ea4c76 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:00:17 -0700 Subject: [PATCH] Update Cargo.toml --- rust/oxide-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/oxide-bin/Cargo.toml b/rust/oxide-bin/Cargo.toml index 80f852f..ebe1c00 100644 --- a/rust/oxide-bin/Cargo.toml +++ b/rust/oxide-bin/Cargo.toml @@ -17,6 +17,6 @@ oxide-rtlsdr = { path = "../oxide-rtlsdr" } oxide-config = { path = "../oxide-config" } oxide-scanner = { path = "../oxide-scanner" } oxide-decoders = { path = "../oxide-decoders" } -sdre-rust-logging = { git = "https://github.com/sdr-enthusiasts/sdre-rust-logging.git" } +sdre-rust-logging = "0.1.0" tokio = { version = "1.32.0", features = ["full", "tracing"] } array-init = "2.1.0"