This commit is contained in:
Jorge Bolois 2023-08-19 17:41:41 +02:00
parent 07305a657e
commit ec7ef45f8f
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@ -85,6 +85,16 @@ version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "midefos-temp"
version = "0.1.0"
dependencies = [
"anyhow",
"serde",
"serde_json",
"structopt",
]
[[package]] [[package]]
name = "proc-macro-error" name = "proc-macro-error"
version = "1.0.4" version = "1.0.4"
@ -216,16 +226,6 @@ dependencies = [
"unicode-ident", "unicode-ident",
] ]
[[package]]
name = "temp"
version = "0.1.0"
dependencies = [
"anyhow",
"serde",
"serde_json",
"structopt",
]
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.11.0" version = "0.11.0"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "temp" name = "midefos-temp"
description = "Simple personal CLI tool for monitoring temperatures" description = "Simple personal CLI tool for monitoring temperatures"
license = "MIT" license = "MIT"
authors = ["Midefos <midefos@gmail.com>"] authors = ["Midefos <midefos@gmail.com>"]