feat: with initial crunch

This commit is contained in:
2023-09-16 13:23:26 +02:00
commit 52e77ebf19
7 changed files with 1041 additions and 0 deletions

13
crates/crunch/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "crunch"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true