diff --git a/v.mod b/v.mod new file mode 100644 index 0000000..3104d97 --- /dev/null +++ b/v.mod @@ -0,0 +1,8 @@ +Module { + name: 'veditline' + description: 'A small CLI editor wrapper, that makes it easy to edit files, mentioned in error messages.' + version: '0.9' + license: 'MIT' + repo_url: 'https://github.com/spytheman/veditline' + dependencies: [] +}