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]