Source commit: 5792a1a4e1cb24ff71b1535d4b582ef980880752 Public tree identity: sha256:eea1f740446827ef10e4892923c13f13077c9e03438f2bf53d7f90536fb4cf95
17 lines
319 B
TOML
17 lines
319 B
TOML
[package]
|
|
name = "clusterflux-macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
hex.workspace = true
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
syn.workspace = true
|