From dc3a6738180acadcd75c7d08c0e0551b1bff20f8 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 15 Oct 2021 09:03:25 +0200 Subject: [PATCH] Renamed Rust project Signed-off-by: Louis Vallat --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1747f3b..8c84235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "demo" +name = "lychee_client" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html