diff --git a/Cargo.toml b/Cargo.toml
index c167034d4ee8042b20e7df97be099aa806a7f723..1319d8f7bedd73e14b68d000cc0b7c38a277d96b 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]