sensor/Cargo.lock

34 lines
815 B
Plaintext
Raw Normal View History

2022-01-07 22:37:15 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-02-16 18:43:41 +01:00
version = 4
2022-01-07 22:37:15 +01:00
[[package]]
name = "libc"
2025-02-16 18:43:41 +01:00
version = "0.2.169"
2022-01-07 22:37:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-16 18:43:41 +01:00
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2022-01-07 22:37:15 +01:00
[[package]]
2025-02-16 18:43:41 +01:00
name = "libusb-sys"
version = "0.2.3"
2022-01-07 22:37:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-16 18:43:41 +01:00
checksum = "4c53b6582563d64ad3e692f54ef95239c3ea8069e82c9eb70ca948869a7ad767"
2022-01-07 22:37:15 +01:00
dependencies = [
2025-02-16 18:43:41 +01:00
"libc",
"pkg-config",
2022-01-07 22:37:15 +01:00
]
[[package]]
name = "pkg-config"
2025-02-16 18:43:41 +01:00
version = "0.3.31"
2022-01-07 22:37:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-16 18:43:41 +01:00
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2022-01-07 22:37:15 +01:00
[[package]]
name = "sensor"
version = "0.1.0"
dependencies = [
"libc",
2025-02-16 18:43:41 +01:00
"libusb-sys",
2022-01-07 22:37:15 +01:00
]