Add missing Cargo manifest fields
This commit is contained in:
parent
39c432134c
commit
887ff00a30
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
name = "bme680"
|
||||
version = "0.1.0"
|
||||
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
|
||||
description = "A pure Rust implementation for the BME680 environmental sensor."
|
||||
repository = "https://github.com/marcelbuesing/bme680-hal"
|
||||
documentation = "https://docs.rs/bme680"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//! This crate is a pure Rust implementation for the BME680 environmental sensor.
|
||||
//! This crate is a pure Rust implementation for the BME680 environmental sensor.
|
||||
//! The library can be used to read the gas, pressure, humidity and temperature sensors via I²C.
|
||||
//!
|
||||
//! The library uses the embedded-hal crate to abstract reading and writing via I²C.
|
||||
|
|
Loading…
Reference in a new issue