Skip to content

Commit

Permalink
packaging: add summary description and additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Dec 15, 2023
1 parent ea38e07 commit e9fb7ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

[lib]
name = "pyperscan"
Expand Down Expand Up @@ -32,3 +36,7 @@ authors = ["László Vaskó <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64"
description = "An opinionated Python binding for Hyperscan focusing on easy of use and safety."
repository = "https://github.com/vlaci/pyperscan"
homepage = "https://github.com/vlaci/pyperscan"
readme = "README.md"
5 changes: 5 additions & 0 deletions hyperscan-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true

build = "build.rs"

[features]
Expand Down

0 comments on commit e9fb7ec

Please sign in to comment.