feat: Initial commit

This commit is contained in:
uttarayan21
2025-07-14 16:22:26 +05:30
commit 1d91e20db5
25 changed files with 5635 additions and 0 deletions

8
ndarray-image/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "ndarray-image"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.6"
ndarray = "0.16.1"