We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py/Cargo.toml
1 parent 3daed3e commit c4a1bb0Copy full SHA for c4a1bb0
Cargo.toml
@@ -2,7 +2,7 @@
2
version = "0.7.0"
3
authors = ["Victor M. Alvarez <[email protected]>"]
4
edition = "2021"
5
-homepage = "https://github.com/VirusTotal/yara-x"
+homepage = "https://virustotal.github.io/yara-x"
6
repository = "https://github.com/VirusTotal/yara-x"
7
readme = "README.md"
8
license = "BSD-3-Clause"
py/Cargo.toml
@@ -5,6 +5,9 @@ Python bindings for YARA-X library.
"""
version.workspace = true
edition.workspace = true
+license.workspace = true
9
+homepage.workspace = true
10
+repository.workspace = true
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
[lib]
0 commit comments