12 lines
142 B
TOML
12 lines
142 B
TOML
[package]
|
|
name = "const-macros-proc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
magic = "0.16"
|
|
sha2 = "0.10"
|