Skip to content

Commit

Permalink
Fix Python cargo metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Sep 8, 2024
1 parent 7096606 commit aa71f6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit aa71f6a

Please sign in to comment.