feat: add singularity module (#932)

This commit is contained in:
Tadej Novak
2020-02-26 17:18:19 +01:00
committed by GitHub
parent 15f4202df1
commit 7e66791cb2
9 changed files with 106 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ pub mod php;
pub mod python;
pub mod ruby;
pub mod rust;
pub mod singularity;
mod starship_root;
pub mod terraform;
pub mod time;