diff --git a/Cargo.toml b/Cargo.toml index 904a3dc..281fd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "cargo-toml-parser" version = "0.1.0" edition = "2021" +description = "Small crate to parse a Cargo.toml file to read dependencies versions" +license = "MIT" +authors = ["Bertrand Darbon", "Bertrand Darbon "] +repository = "https://github.com/Hyle-org/cargo-toml-parser" [dependencies] toml = "0.8.20"