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;