aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 76d3567..a483241 100644
--- a/packages.json
+++ b/packages.json
@@ -1955,5 +1955,14 @@
"description": "A wrapper for the zip library",
"license": "MIT",
"web": "https://github.com/nim-lang/zip"
+ },
+ {
+ "name": "csvtools",
+ "url": "https://github.com/unicredit/csvtools",
+ "method": "git",
+ "tags": ["CSV", "comma separated values", "TSV"],
+ "description": "Manage CSV files",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/unicredit/csvtools"
}
]