From 0580422abf35c2225777023caff6b667a954fb51 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 23 Sep 2024 18:00:31 +0200 Subject: [PATCH] chore: add uuid feature --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dfaee43..efae4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]