We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c8979 commit 536fbddCopy full SHA for 536fbdd
dub.sdl
@@ -1,5 +1,5 @@
1
name "serverino"
2
-description "Small and ready-to-go http server"
+description "Small and ready-to-go http server. Support for websockets included."
3
authors "Andrea Fontana"
4
copyright "Copyright © 2023-2024, Andrea Fontana"
5
license "MIT"
@@ -20,4 +20,4 @@ subPackage "./tests/test-01"
20
subPackage "./tests/test-02"
21
22
dependency ":init-exec" version="*"
23
-x:ddoxTool "scod"
+x:ddoxTool "scod"
0 commit comments