2024-02-18 16:09:21 +00:00
|
|
|
[package]
|
|
|
|
name = "qroc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-02-18 16:43:34 +00:00
|
|
|
description = "Perl for procedural macros"
|
|
|
|
license = "BSD-0"
|
|
|
|
repository = "https://gitea.jellypro.xyz/jude/qroc"
|
2024-02-18 16:09:21 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "bin"
|
|
|
|
path = "src/bin.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
md5 = "0.7.0"
|