qroc/Cargo.toml

18 lines
268 B
TOML
Raw Normal View History

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"
2024-02-18 16:44:16 +00:00
license = "0BSD"
2024-02-18 16:43:34 +00:00
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"