From 3958babdcce6e04a40a46ba52a5c16a98bc0d870 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 17 Aug 2022 03:21:39 -0400 Subject: [PATCH] add info to manifest --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a4cade..74193b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.4.0" edition = "2021" authors = ["xenofem "] license = "MIT" +repository = "https://git.xeno.science/xenofem/jsondb" +description = 'JSON-based """embedded database""" library' [dependencies] serde = { version = "1", features = ["derive"] }