Skip to content

Commit

Permalink
Update Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 26, 2024
1 parent 9cf7520 commit 0d37b7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name = "isal-rs"
version = "0.4.0+496255c"
edition = "2021"
description = "isa-l Rust bindings"
license = "MIT"
readme = "README.md"
license = "MIT AND BSD-3-Clause"
authors = ["Miles Granger <[email protected]>"]
documentation = "https://docs.rs/isal-rs"
homepage = "https://github.com/milesgranger/isal-rs"
repository = "https://github.com/milesgranger/isal-rs"
keywords = ["isal", "isa-l", "igzip", "gzip", "deflate", "zlib", "compression", "decompression"]

[lib]
name = "isal"
Expand Down
6 changes: 5 additions & 1 deletion isal-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name = "isal-sys"
version = "0.4.0+496255c"
edition = "2021"
description = "isa-l sys crate"
license = "MIT"
license = "MIT AND BSD-3-Clause"
authors = ["Miles Granger <[email protected]>"]
documentation = "https://docs.rs/isal-rs"
homepage = "https://github.com/milesgranger/isal-rs"
repository = "https://github.com/milesgranger/isal-rs"

[features]
default = ["static"]
Expand Down

0 comments on commit 0d37b7d

Please sign in to comment.