chore: 🧹 add license and repository url to Cargo.toml

This commit is contained in:
Lucas Colombo 2024-05-21 04:32:03 -03:00
parent 38b967c2f2
commit 0378e170c7
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -5,6 +5,8 @@ edition = "2021"
description = "🐎 » rustler-core market data extractor core functionality" description = "🐎 » rustler-core market data extractor core functionality"
authors = ["Lucas Colombo <lucas@lucode.ar>"] authors = ["Lucas Colombo <lucas@lucode.ar>"]
build = "lib/build.rs" build = "lib/build.rs"
license = "MIT"
repository = "https://github.com/lucas-labs/rustler-core"
[lib] [lib]
path = "lib/lib.rs" path = "lib/lib.rs"