-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix feature documentation and keywords + bump version number
- Loading branch information
1 parent
d50b55a
commit ff0744a
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "volute" | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
edition = "2021" | ||
|
||
authors = ["Gabriel Gouvine <[email protected]>"] | ||
description = "Boolean functions implementation, represented as lookup tables" | ||
description = "Boolean functions implementation, represented as lookup tables (LUT) or sum-of-products (SOP)" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["boolean", "logic", "LUT", "lookup-table", "truth-table", "SOP", "ESOP"] | ||
keywords = ["boolean", "logic", "LUT", "lookup-table", "truth-table"] | ||
repository = "https://github.com/Coloquinte/volute" | ||
homepage = "https://github.com/Coloquinte/volute" | ||
categories = ["mathematics", "algorithms"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters