From 35d782916295980aba547b8f8c30401f195e202a Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 19 Oct 2023 05:47:56 +0200 Subject: [PATCH] chore: bump vers, add metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d16a732..f3e56de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "fedicharter" -version = "0.1.0" +version = "0.2.0" +authors = [ "alemi " ] +keywords = ["fediverse", "mastodon", "axum", "cli", "visualization", "graph", "api", "database"] +repository = "https://github.com/alemidev/fedicharter" +readme = "README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html