Add V.mod

This commit is contained in:
Odai 2024-01-17 19:49:07 +03:00
commit e90c28ee2f

10
V.mod Normal file
View File

@ -0,0 +1,10 @@
Module {
name: 'votp'
author: 'OdaiGH'
description: 'TOTP implementation in V'
version: '0.1'
license: 'MIT'
repo_url: 'https://github.com/OdaiGH/votp'
tags: ['totp','votp','hotp']
vcs: 'git'
}