From 919dc1bc5eb4c6f4366a79de18a5de7809e684df Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sun, 8 Sep 2024 19:42:22 +0200 Subject: [PATCH] Fix Python cargo metadata. --- Cargo.lock | 2 +- python/Cargo.toml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fc487f..5fcc90a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "python-libarx" -version = "0.1.0" +version = "0.3.0" dependencies = [ "jubako", "libarx", diff --git a/python/Cargo.toml b/python/Cargo.toml index 91c4b42..686da53 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "python-libarx" -version = "0.1.0" -edition = "2021" +description = "Python wrapper around arx library." +categories = ["compression", "filesystem"] +keywords = ["archive-format", "extract", "file-format", "compression"] +version.workspace = true +authors.workspace = true +edition.workspace = true +repository.workspace = true +license.workspace = true +homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]