hala-test 0.1.6

Hala test derive crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
description = "Hala test derive crate"
documentation = "https://docs.rs/hala-test"
edition.workspace = true
license = "MIT"
name = "hala-test"
repository.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = {workspace = true}
syn = {workspace = true}

[lib]
proc-macro = true