Implement CSV-format LocalizationTable serialization

This commit is contained in:
Lucien Greathouse
2019-01-08 18:16:04 -08:00
parent 049875e8fc
commit 0be4e6921d
4 changed files with 80 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ bundle-plugin = []
[dependencies]
clap = "2.27"
csv = "1.0"
env_logger = "0.5"
failure = "0.1.3"
log = "0.4"