add progress bar

This commit is contained in:
Dylan Knutson
2024-12-28 20:51:11 +00:00
parent b3ba58723c
commit b255f40ac7
3 changed files with 106 additions and 13 deletions

View File

@@ -22,3 +22,4 @@ rand_distr = "0.4"
tokio = { version = "1.35", features = ["full"] }
tokio-postgres = "0.7"
bytes = "1.5.0"
indicatif = "0.17"