feat: create axum_bundler

This commit is contained in:
Valerio Ageno
2024-05-14 20:07:24 +02:00
parent 65f43b3caf
commit aa5d4b689d
8 changed files with 166 additions and 24 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "axum_bundler"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.81"
glob = "0.3.1"
fastmurmur3 = "0.2.0"