diff --git a/Cargo.lock b/Cargo.lock index 4daab711..c04ca2b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "torrust-index-backend" -version = "2.0.0-dev.1" +version = "2.0.0-alpha.1" dependencies = [ "actix-cors", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 0d92bcdb..ade5ac7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "torrust-index-backend" -version = "2.0.0-dev.1" +description = "The backend (API) for the Torrust Index project." +license-file = "COPYRIGHT" +version = "2.0.0-alpha.1" authors = ["Mick van Dijke ", "Wesley Bijleveld "] +repository = "https://github.com/torrust/torrust-index-backend" edition = "2021" default-run = "main"