summaryrefslogtreecommitdiff
path: root/tmp117-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tmp117-cli/Cargo.toml')
-rw-r--r--tmp117-cli/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tmp117-cli/Cargo.toml b/tmp117-cli/Cargo.toml
new file mode 100644
index 0000000..79453f5
--- /dev/null
+++ b/tmp117-cli/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "tmp117-cli"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+clap = { version = "4.6.0", features = ["derive"] }
+env_logger = "0.11.10"
+linux-embedded-hal = "0.4.1"
+log = "0.4.29"
+tmp117 = { version = "0.1.0", path = "../tmp117" }