[package] name = "lsm6dsr" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/purdue-orbital/lsm6dsr" authors = [ "Alex Janninck ", "Jack Hogan " ] description = "Rust i2c interface for the LSM6DSR accelerometer and gyroscope from STMicroelectronics" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "1.0.0" glam = "0.28.0"