summaryrefslogtreecommitdiff
path: root/tmp117-cli/Cargo.toml
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-04-08 23:53:17 -0500
committerunitexe <unitexe70@gmail.com>2026-04-08 23:54:28 -0500
commitde3f7ed45185f3a678ba0de04d98cc9ac92de0c8 (patch)
tree3db0159c1370f240d42c1e8b89a67247538f43d1 /tmp117-cli/Cargo.toml
Initial commit
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" }