Rename driver cli to tiny-wetter
This commit is contained in:
		
							
								
								
									
										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)", | ||||
| ] | ||||
|  | ||||
| [[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" | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| [package] | ||||
| name = "rust-sensor" | ||||
| name = "tiny-wetter" | ||||
| version = "0.1.0" | ||||
| authors = ["Klemens Schölhorn <klemens@schoelhorn.eu>"] | ||||
| edition = "2018" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user