summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-08-22 20:45:15 +0000
committerSanto Cariotti <santo@dcariotti.me>2024-08-22 20:45:15 +0000
commitecb99e08531ff4d22e1a2204989e848347b3a756 (patch)
treea6273fe1e2d5ca1ef19aad71fa659a42961e8da4 /Cargo.toml
parentfc51ff9e22a809e257ae92f12272f1dbcb31f594 (diff)
Add field `moving activity`
Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"