summaryrefslogtreecommitdiff
path: root/tmp117-cli/Cargo.toml
blob: 79453f572142d2833ac673a63f9fd005de2ecc90 (plain)
1
2
3
4
5
6
7
8
9
10
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" }