This commit is contained in:
nazrin 2025-04-19 13:33:49 +00:00
commit 0b329d6ad8
6 changed files with 523 additions and 0 deletions

11
dub.sdl Normal file
View file

@ -0,0 +1,11 @@
name "pages_upload"
description "Static content host for pipelines"
authors "nazrin"
copyright "Copyright © 2025, nazrin"
license "MPL-2.0"
dependency "cachetools" version="~>1.0.1"
dependency "vibe-http" version="~>0.9"
subConfiguration "vibe-stream:tls" "notls"
subConfigurations "vibe-d:tls" "notls"
buildRequirements "requireBoundsCheck"