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]