Skip to content

Commit

Permalink
chore: finish updating manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Apr 19, 2024
1 parent 3f792d6 commit 098d03e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ license = "MIT OR Apache-2.0"
version = "0.2.0"
homepage = "https://lihpc-computational-geometry.github.io/honeycomb/"
repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb"
readme = "README.md"
description = "Combinatorial map implementation for meshing applications"
categories = ["data-structures", "mathematics", "science"]
keywords = ["mesh", "meshing"]
authors = ["Isaie Muron <[email protected]>", "Cedric Chevalier <[email protected]>"]

[workspace.dependencies]
Expand Down
5 changes: 4 additions & 1 deletion honeycomb-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ license.workspace = true
version.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Core structure implementation"
readme.workspace = true
description = "Core structure implementation for combinatorial maps"
categories.workspace = true
keywords.workspace = true
authors.workspace = true
publish = true

Expand Down
5 changes: 4 additions & 1 deletion honeycomb-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ license.workspace = true
version.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Visualization tool"
readme.workspace = true
description = "Visualization tool for combinatorial maps"
categories.workspace = true
keywords.workspace = true
authors.workspace = true
publish = true

Expand Down

0 comments on commit 098d03e

Please sign in to comment.