first working version
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user