Rename driver cli to tiny-wetter

This commit is contained in:
Klemens Schölhorn 2019-03-31 19:09:11 +02:00
parent 5d783ff058
commit 1034db1d01
2 changed files with 11 additions and 11 deletions

20
driver/Cargo.lock generated
View File

@ -220,16 +220,6 @@ dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rust-sensor"
version = "0.1.0"
dependencies = [
"i2cdev 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"i2cdev-bmp280 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"i2csensors 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"si7021 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-demangle"
version = "0.1.6"
@ -345,6 +335,16 @@ dependencies = [
"remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tiny-wetter"
version = "0.1.0"
dependencies = [
"i2cdev 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"i2cdev-bmp280 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"i2csensors 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"si7021 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-xid"
version = "0.0.4"

View File

@ -1,5 +1,5 @@
[package]
name = "rust-sensor"
name = "tiny-wetter"
version = "0.1.0"
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
edition = "2018"