From 324174ef55e23031af1b045032dd954ad07824fd Mon Sep 17 00:00:00 2001 From: Penguin Date: Thu, 17 Mar 2022 14:27:45 -0500 Subject: [PATCH] . --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df6c197..e83479f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,14 +5,11 @@ authors = ["Penguin <...>"] edition = "2021" repository = "https://github.com/Embedded-Penguin/ePenguin-igloo/" readme = "README.md" -description = "This project is abandoned. If you'd like the name, please email help@crates.io. I consent to the transfer to the first person who asks for it." +description = "This project is abandoned and will not work. If you'd like the name, please email help@crates.io. I consent to the transfer to the first person who asks for it." license="GPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -igloo_core = { path = "./igloo_core" } -igloo_agent = { path = "./igloo_agent" } -igloo_util = { path = "./igloo_util" } [workspace]