From f59fad7996205c4f6f1647aa598a3a83f9da5021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= Date: Sun, 16 Oct 2022 21:24:52 +0200 Subject: [PATCH] Changes cargo.toml to new project --- Cargo.lock | 2 +- Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d91d01ae..f1475251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,7 +1833,7 @@ dependencies = [ ] [[package]] -name = "topgrade" +name = "topgrade-rs" version = "9.0.1" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 29b5d04e..1b9e0a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,15 @@ [package] -name = "topgrade" +name = "topgrade-rs" description = "Upgrade all the things" categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/topgrade-rs/topgrade" version = "9.0.1" -authors = ["Roey Darwish Dror "] +authors = ["Thomas Schönauer"] exclude = ["doc/screenshot.gif"] edition = "2018" + readme = "README.md" [dependencies]