From c4a1bb0e4524f8fa395ea35102e8ace9ebff5547 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 28 Aug 2024 11:49:34 +0200 Subject: [PATCH] chore: change homepage link and add some more metadata to `py/Cargo.toml` --- Cargo.toml | 2 +- py/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6838bdc4f..6d3d6cbcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ version = "0.7.0" authors = ["Victor M. Alvarez "] edition = "2021" -homepage = "https://github.com/VirusTotal/yara-x" +homepage = "https://virustotal.github.io/yara-x" repository = "https://github.com/VirusTotal/yara-x" readme = "README.md" license = "BSD-3-Clause" diff --git a/py/Cargo.toml b/py/Cargo.toml index f2b7db5c3..d63e57a62 100644 --- a/py/Cargo.toml +++ b/py/Cargo.toml @@ -5,6 +5,9 @@ Python bindings for YARA-X library. """ version.workspace = true edition.workspace = true +license.workspace = true +homepage.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]