From 9779aa1f81256aaa5e63fe20d0ae0f39845481e1 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 20 Jul 2018 17:44:54 +1000 Subject: [PATCH] Update package name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f18c70119..8d664b6f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_beacon" +name = "lighthouse" version = "0.1.0" authors = ["Paul Hauner "]