Add a uniq test module for yunq in rust.
This commit is contained in:
parent
c1db6cb11f
commit
4ee8dc924c
13 changed files with 132 additions and 10 deletions
|
|
@ -4,5 +4,9 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
mammoth = {path = "../mammoth"}
|
||||
mammoth = {path = "../mammoth", default-features = false}
|
||||
yunq-derive = {path = "../yunq-derive"}
|
||||
|
||||
[features]
|
||||
default = ["hosted"]
|
||||
hosted = ["mammoth/hosted"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue