From 78a23c2e4fc68f1a3a8c64ff605c5ca6541fe5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Fri, 16 Feb 2024 09:37:19 +0100 Subject: [PATCH] Add more metadata to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c167034..1319d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "mini-format" version = "0.1.0" edition = "2021" authors = ["Michaƫl Hauspie <michael.hauspie@univ-lille.fr>"] +license-file = "LICENSE" +description = "A minimalist integer formating library for embedded systems" +repository = "https://gitlab.univ-lille.fr/2xs/mini-format" [dependencies] -- GitLab