From 683c7dce09e4f4fb648e8113b8bddbad8278198a Mon Sep 17 00:00:00 2001 From: Penguin Date: Fri, 3 Jul 2020 04:40:20 -0500 Subject: [PATCH] setting up rs --- Cargo.lock | 2 +- Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01c2849..4a8cbce 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 = "ePenguin-igloo" +name = "igloo" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index e93f8e4..10e076f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "ePenguin-igloo" +name = "igloo" version = "0.1.0" authors = ["Penguin <...>"] edition = "2018" - +repository = "https://github.com/Embedded-Penguin/ePenguin-igloo/" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]