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"] }