[package] name = "bingus" version = "0.1.1" edition.workspace = true license.workspace = true description.workspace = true authors.workspace = true repository.workspace = true 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 }