diff --git a/Cargo.toml b/Cargo.toml index d41fd91..043de7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" description = "๐ŸŽ ยป rustler-core market data extractor core functionality" authors = ["Lucas Colombo "] build = "lib/build.rs" +license = "MIT" +repository = "https://github.com/lucas-labs/rustler-core" [lib] path = "lib/lib.rs"