12 lines
308 B
TOML
12 lines
308 B
TOML
[package]
|
|
name = "tiny-wetter"
|
|
version = "0.1.0"
|
|
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
i2cdev = "0.4"
|
|
i2cdev-bmp280 = { git = "https://github.com/dflemstr/i2cdev-sensors", rev = "a9a699445630adbc488db61db00d9845949b26fd"}
|
|
i2csensors = "0.1"
|
|
si7021 = "0.2"
|