1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-02-27 14:43:14 +00:00
k2spice/usr/src/mei/printf/Cargo.toml

20 lines
422 B
TOML

[package]
name = "printf"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
repository.workspace = true
readme.workspace = true
[[bin]]
name = "printf"
path = "src/printf.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap.workspace = true