13 lines
491 B
TOML
13 lines
491 B
TOML
# For each package, an entry like the following
|
|
[[package]]
|
|
# The name of the package (can be anything)
|
|
name = "Go-Vanity"
|
|
# The path to the package (this NEEDS to match the import path)
|
|
path = "vanity"
|
|
# The repository to direct go-import to
|
|
repo = "https://gitea.com/jolheiser/vanity.git"
|
|
# git-import for SSH (optional)
|
|
ssh = "git@gitea.com:jolheiser/vanity.git"
|
|
# A description of the project (optional)
|
|
description = "The code responsible for hosting this service!"
|