From ff3a6ee5fc335f4b857450edd96f3b1d22a16377 Mon Sep 17 00:00:00 2001 From: p6nj Date: Tue, 23 Jul 2024 17:53:07 +0200 Subject: [PATCH] clean bingus deps --- bingus/Cargo.toml | 4 +--- bingus/src/lib.rs | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index 3170a44..5f28930 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bingus" -version = "0.1.1" +version = "0.1.2" edition.workspace = true license.workspace = true description.workspace = true @@ -10,6 +10,4 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -image = { workspace = true } derive-new = { workspace = true } -getset = { workspace = true } diff --git a/bingus/src/lib.rs b/bingus/src/lib.rs index 83808c4..e295326 100644 --- a/bingus/src/lib.rs +++ b/bingus/src/lib.rs @@ -1 +1,2 @@ +#![forbid(unused_crate_dependencies)] pub mod rawdata;