qroc/Cargo.toml

15 lines
156 B
TOML
Raw Normal View History

2024-02-18 16:09:21 +00:00
[package]
name = "qroc"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[[bin]]
name = "bin"
path = "src/bin.rs"
[dependencies]
md5 = "0.7.0"