This commit is contained in:
randogoth 2024-12-27 23:44:07 +02:00
parent 476bc0e0b5
commit c737460cce
2 changed files with 214 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "ocelli"
version = "0.1.0"
edition = "2021"
[dependencies]
opencv = "0.93.5"