From ecb99e08531ff4d22e1a2204989e848347b3a756 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 22 Aug 2024 22:45:15 +0200 Subject: Add field `moving activity` Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4570036..ed3c51d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,4 @@ once_cell = "1.19.0" chrono = { version = "0.4.38", features = ["serde"] } sha256 = "1.5.0" axum-extra = { version = "0.9.3", features = ["typed-header"] } +bytes = "1" -- cgit v1.2.3-71-g8e6c