diff --git a/Cargo.toml b/Cargo.toml index 5f12f01..03df8f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] -name = "libversion-rs" +name = "libversion" +description = "Advanced version string comparison algorithm" version = "0.1.0" +authors = ["Dmitry Marakasov "] +repository = "https://github.com/repology/libversion-rs" +readme = "README.md" +categories = ["algorithms", "version", "comparison"] +license = "MIT" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] bitflags = "2.4.2"