determine blobstore path and mount blob file server

This commit is contained in:
2022-02-23 11:54:08 +02:00
parent a37288225a
commit 9013ccb3d6
4 changed files with 70 additions and 23 deletions

View File

@ -35,7 +35,9 @@ travis-ci = { repository = "peachcloud/peach-web", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
dirs = "4.0.0"
env_logger = "0.8"
#golgi = "0.1.0"
golgi = { path = "../../../playground/rust/golgi" }
lazy_static = "1.4.0"
log = "0.4"