first working version

This commit is contained in:
Lian Studer
2026-02-14 21:00:23 +01:00
commit 0de60fb7c3
8 changed files with 650 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "reimagine"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.101"
bit-vec = "0.8.0"
chrono = "0.4.43"
murmur3 = "0.5.2"
num = "0.4.3"
walkdir = "2.5.0"