1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-30 17:37:45 +00:00

Add repo_url to v.mod

This commit is contained in:
RGBCube 2022-12-08 18:45:17 +03:00
parent 9f3bbb1d72
commit 5b070ef45f

1
v.mod
View file

@ -3,5 +3,6 @@ Module {
description: 'An easier way to print colored text to the terminal.'
version: '1.2.4'
license: 'MIT'
repo_url: 'https://github.com/RGBCube/color.v'
dependencies: []
}