bent/bingus/Cargo.toml

16 lines
408 B
TOML
Raw Normal View History

2024-04-28 12:15:56 +00:00
[package]
2024-05-01 07:36:28 +00:00
name = "bingus"
2024-07-23 15:50:26 +00:00
version = "0.1.1"
2024-06-06 20:01:12 +00:00
edition.workspace = true
license.workspace = true
description.workspace = true
authors.workspace = true
repository.workspace = true
keywords.workspace = true
2024-04-28 12:15:56 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-13 08:05:27 +00:00
image = { workspace = true }
derive-new = { workspace = true }
getset = { workspace = true }