13 lines
349 B
TOML
13 lines
349 B
TOML
[package]
|
|
name = "bingus"
|
|
version = "0.1.2"
|
|
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]
|
|
derive-new = { workspace = true }
|