summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-09 18:22:54 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-09 18:22:54 +0100
commit6a33fc8bb70a248c904c16f9b4eb594be7eb9815 (patch)
tree412cec470915e7738a7b5b64b8068b8bb91dd8ac /Cargo.lock
parent81b795229bed915247b2f44fedb6d09335d2ec15 (diff)
downloadnrf-softdevice-6a33fc8bb70a248c904c16f9b4eb594be7eb9815.zip
Add uuid handling in gatt_server proc macro.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a758a45..d891fc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,6 +538,7 @@ dependencies = [
"proc-macro2",
"quote",
"syn",
+ "uuid",
]
[[package]]
@@ -884,6 +885,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
+name = "uuid"
+version = "0.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
+
+[[package]]
name = "vcell"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"