2024-02-19 11:22:12 -05:00
|
|
|
[package]
|
|
|
|
|
name = "geoclue2"
|
|
|
|
|
description = "zbus-based bindings for GeoClue2 on Linux"
|
|
|
|
|
version = "0.1.0"
|
2025-10-05 13:45:37 +02:00
|
|
|
edition = "2024"
|
2024-02-19 11:22:12 -05:00
|
|
|
license = "MPL-2.0"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde.workspace = true
|
2025-10-05 14:11:25 +02:00
|
|
|
serde_repr = "0.1.20"
|
2025-10-05 13:45:37 +02:00
|
|
|
zbus.workspace = true
|