From 866c839435ab6e65ebde7a9c09779c7a40b9426e Mon Sep 17 00:00:00 2001 From: Jan Range Date: Sun, 17 Nov 2024 01:17:15 +0100 Subject: [PATCH] add repo url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d19d4b..512404e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "A tool to generate models, code and schemas from markdown files" version = "0.1.3" edition = "2021" license = "MIT" -repository = "" +repository = "https://github.com/FAIRChemistry/md-models" [lib] crate-type = ["cdylib", "rlib"]