crypt-macro 0.1.1

Macros for crypt-config
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "crypt-macro"
version = "0.1.1"
edition = "2024"
description = "Macros for crypt-config"
authors = ["Nyx Bradbury"]
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/voidxev/crypt-config.git"

[dependencies]
proc-macro2 = "1.0.107"
quote = "1.0.47"
syn = "3.0.3"

[lib]
proc-macro = true