Add missing metadata to Cargo.toml

This commit is contained in:
Matteo Settenvini 2023-08-28 18:21:17 +02:00
parent 6835e0d9d2
commit 4fcdba52cd
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: CC0-1.0
{
"recommendations": [
"bungcip.better-toml",
"tamasfe.even-better-toml",
"ritwickdey.LiveServer",
"rust-lang.rust-analyzer",
"serayuzgur.crates",

View File

@ -4,10 +4,19 @@
[package]
name = "serves3"
version = "1.0.0"
edition = "2021"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
description = "A very simple proxy to browse files from private S3 buckets"
license = "EUPL-1.2"
homepage = "https://git.montecristosoftware.eu/matteo/serves3"
repository = "https://git.montecristosoftware.eu/matteo/serves3.git"
readme = "README.md"
keywords = ["s3", "proxy", "bucket"]
categories = ["command-line-utilities", "web-programming::http-server"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]