diff --git a/vconf.v b/conf.v similarity index 99% rename from vconf.v rename to conf.v index b1af613..9da2003 100644 --- a/vconf.v +++ b/conf.v @@ -1,4 +1,4 @@ -module vconf +module conf import os import toml diff --git a/v.mod b/v.mod index 7a44ed0..40e2a4c 100644 --- a/v.mod +++ b/v.mod @@ -1,5 +1,5 @@ Module { - name: 'vconf' + name: 'conf' description: 'A small library for reading configuration from a TOML file & environment variables' version: '0.0.0' license: 'MIT'