Changes cargo.toml to new project

This commit is contained in:
Thomas Schönauer
2022-10-16 21:24:52 +02:00
parent c7edd49e66
commit f59fad7996
2 changed files with 4 additions and 3 deletions

View File

@@ -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 <roey.ghost@gmail.com>"]
authors = ["Thomas Schönauer<t.schoenauer@hgs-wt.at>"]
exclude = ["doc/screenshot.gif"]
edition = "2018"
readme = "README.md"
[dependencies]