mirror of
https://git.sr.ht/~spicywolf/k2spice
synced 2025-02-27 14:43:14 +00:00
17 lines
339 B
TOML
17 lines
339 B
TOML
[package]
|
|
name = "yes"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[[bin]]
|
|
name = "yes"
|
|
path = "src/yes.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|