From bc1bb94e7b4882642f34e48dba6ef13c0472ed4f Mon Sep 17 00:00:00 2001 From: Raamakrishnan Date: Tue, 21 Jan 2020 21:43:16 +0530 Subject: [PATCH] Changed crate name to sv-filelist-parser --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b58937..9ae7006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "sv-dot-f-parser" +name = "sv-filelist-parser" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 26dffd4..89cb498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "sv-dot-f-parser" +name = "sv-filelist-parser" version = "0.1.0" authors = ["Raamakrishnan "] edition = "2018"