init
This commit is contained in:
commit
0b329d6ad8
6 changed files with 523 additions and 0 deletions
11
dub.sdl
Normal file
11
dub.sdl
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue