tinywetter/driver/Cargo.toml

12 lines
308 B
TOML
Raw Normal View History

[package]
2019-03-31 19:09:11 +02:00
name = "tiny-wetter"
version = "0.1.0"
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
edition = "2018"
[dependencies]
2019-04-01 21:52:57 +02:00
i2cdev = "0.4"
i2cdev-bmp280 = { git = "https://github.com/dflemstr/i2cdev-sensors", rev = "a9a699445630adbc488db61db00d9845949b26fd"}
i2csensors = "0.1"
2019-04-01 21:52:57 +02:00
si7021 = "0.2"