diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 16:46:56 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 16:46:56 -0400 |
| commit | 9a4491a2d51fde84823926eb56b50ca9f99008b0 (patch) | |
| tree | 112cfc71f2499f77a90a90f94d2b8187f2f55b01 /modules/core.ini | |
| parent | ed50c5fefb8892ad2ba5262491669f268ddbd436 (diff) | |
Add modules files to install
Diffstat (limited to 'modules/core.ini')
| -rw-r--r-- | modules/core.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/core.ini b/modules/core.ini new file mode 100644 index 00000000..ddad0a09 --- /dev/null +++ b/modules/core.ini @@ -0,0 +1,35 @@ +[patterns] +version=v1.1 +git=https://github.com/bruce-hill/tomo-patterns + +[base64] +version=v1.0 +git=https://github.com/bruce-hill/tomo-base64 + +[commands] +version=v1.0 +git=https://github.com/bruce-hill/tomo-commands + +[json] +version=v1.0 +git=https://github.com/bruce-hill/tomo-json + +[pthreads] +version=v1.0 +git=https://github.com/bruce-hill/tomo-pthreads + +[random] +version=v1.0 +git=https://github.com/bruce-hill/tomo-random + +[shell] +version=v1.0 +git=https://github.com/bruce-hill/tomo-shell + +[time] +version=v1.0 +git=https://github.com/bruce-hill/tomo-time + +[uuid] +version=v1.0 +git=https://github.com/bruce-hill/tomo-uuid |
