From 1034db1d01c6ae53b0875e5ec8659169d220c581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Sun, 31 Mar 2019 19:09:11 +0200 Subject: [PATCH] Rename driver cli to tiny-wetter --- driver/Cargo.lock | 20 ++++++++++---------- driver/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/driver/Cargo.lock b/driver/Cargo.lock index 7ff17fc..abdd1d9 100644 --- a/driver/Cargo.lock +++ b/driver/Cargo.lock @@ -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" diff --git a/driver/Cargo.toml b/driver/Cargo.toml index 1f58d57..8c50a27 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust-sensor" +name = "tiny-wetter" version = "0.1.0" authors = ["Klemens Schölhorn "] edition = "2018"