mirror of
https://github.com/hexedtech/jni-toolbox.git
synced 2024-11-21 23:14:55 +01:00
chore: add uuid feature
This commit is contained in:
parent
5e69eca9d6
commit
0580422abf
1 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,7 @@ edition = "2021"
|
|||
jni-toolbox-macro = "0.1.3"
|
||||
jni = "0.21"
|
||||
uuid = { version = "1.10", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
uuid = ["dep:uuid"]
|
||||
|
|
Loading…
Reference in a new issue