recovered main.rs

This commit is contained in:
randogoth 2025-01-01 20:43:00 +02:00
parent 8507e0fe5d
commit 982603e64f
2 changed files with 149 additions and 1 deletions

View file

@ -6,6 +6,8 @@ edition = "2021"
[lib]
name = "ocelli"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
v4l = "0.14"
chrono = "0.4"
image = "0.25.5"