summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d7a112b01b87a80e69a162b4ebde6d06e116ee9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "adxl345_driver"
version = "0.0.2"
authors = ["Michael Cummings <dragonrun1@gmail.com>"]
description = "Driver for Analog Device ADXL345 3-Axis Digital Accelerometer"
edition = "2018"
keywords = ["adxl345", "embedded", "pi", "raspberry", "driver"]
categories = ["embedded", "hardware-support", "os"]
license = "MIT"
homepage = "https://github.com/Dragonrun1/adxl345_driver"
readme = "README.md"
repository = "https://github.com/Dragonrun1/adxl345_driver"

[dependencies]
bitflags = "1.2.1"
c2rust-bitfields = "0.3.0"
rppal = { path = "../rppal", features = ["hal", "hal-unproven"] }
thiserror = "1.0.20"
bues.ch cgit interface