Add a uniq test module for yunq in rust.

This commit is contained in:
Drew Galbraith 2024-08-29 21:27:27 -07:00
parent c1db6cb11f
commit 4ee8dc924c
13 changed files with 132 additions and 10 deletions

10
rust/Cargo.lock generated
View file

@ -210,6 +210,16 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "yunq-test"
version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
"yunq-derive",
"yunqc",
]
[[package]]
name = "yunqc"
version = "0.1.0"