From d131963cfcb7047afa495fea697093bbe7d7741f Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Mon, 12 Sep 2016 01:26:45 +0200 Subject: Implement saving and loading from CSV Closes #13 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9861c51..440f523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,3 +26,4 @@ unicode-width = "^0.1" term = "^0.4" lazy_static = "^0.2" atty = "^0.1" +csv = "^0.14" -- cgit v1.2.3