diff --git a/dub.sdl b/dub.sdl index 7c52463..12119c5 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,5 +1,6 @@ name "sdlfmt" -description "A minimal D application." +description "Auto-formatter for SDLang files, based on sdlite" authors "webfreak" +copyright "Copyright © 2023, webfreak" license "MIT" dependency "sdlite" version="~>1.1.2"