bent/bingus/Cargo.toml

14 lines
349 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:53:07 +00:00
version = "0.1.2"
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
derive-new = { workspace = true }