Import and update the file service application and orizentic #72

Merged
savanni merged 36 commits from file-service into main 2023-10-03 23:50:54 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit da6bf3bfea - Show all commits

1
Cargo.lock generated
View File

@ -663,6 +663,7 @@ dependencies = [
"build_html",
"bytes",
"chrono",
"cool_asserts",
"futures-util",
"hex-string",
"http",

View File

@ -31,4 +31,5 @@ pretty_env_logger = { version = "0.5" }
log = { version = "0.4" }
bytes = { version = "1" }
futures-util = { version = "0.3" }
cool_asserts = { version = "2" }