This commit is contained in:
Norayr Chilingarian 2020-06-09 20:22:03 +04:00
parent dff47dc004
commit d36843e1f4
3 changed files with 5 additions and 3 deletions

View file

@ -5,6 +5,8 @@ CONST
vpkConfFile* = "vipackConf.json";
vpkTreeDir* = "vipackTree";
graphName* = "deps.dot";
confTypKey* = "type";
confTypGitVal* = "git";
confTypHttpVal* = "http";