summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordyknon dyknonr5fjp2025-02-24 18:58:32 +0900
committerdyknon dyknonr5fjp2025-02-24 18:58:32 +0900
commit6ecbf0d55695335f52d6fcf2b6a22ed45f5e4d99 (patch)
treee17bfc8a9b55d5afbfe2f884322a96a54340f25d /Cargo.toml
parent31b60ae28e6aff6d23b378cd77e288c96c7db148 (diff)
Remote camera capability.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d7ba5b..6f02405 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,11 @@ edition = "2021"
[dependencies]
libc = "0.2"
+chrono = { version = "0.4", features = ["now"] }
v4l2-sys = { version = "1", path = "v4l2-sys/" }
anyhow = "1"
-gtk4 = "0.9"
+gtk4 = { version = "0.9", features = ["v4_12"] }
zune-jpeg = "0.4"
+
+[[bin]]
+name = "sshcamera"