Rename driver cli to tiny-wetter
This commit is contained in:
parent
5d783ff058
commit
1034db1d01
20
driver/Cargo.lock
generated
20
driver/Cargo.lock
generated
@ -220,16 +220,6 @@ dependencies = [
|
|||||||
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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]]
|
[[package]]
|
||||||
name = "rustc-demangle"
|
name = "rustc-demangle"
|
||||||
version = "0.1.6"
|
version = "0.1.6"
|
||||||
@ -345,6 +335,16 @@ dependencies = [
|
|||||||
"remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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]]
|
[[package]]
|
||||||
name = "unicode-xid"
|
name = "unicode-xid"
|
||||||
version = "0.0.4"
|
version = "0.0.4"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rust-sensor"
|
name = "tiny-wetter"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
|
authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user