recovered main.rs
This commit is contained in:
parent
8507e0fe5d
commit
982603e64f
2 changed files with 149 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue