Skip to content

Commit

Permalink
prepare for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Jun 26, 2023
1 parent 456ce44 commit 60d47a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "memoesu"
version = "0.2.3"
edition = "2021"
keywords = ["enumeration", "subgraph", "graph", "isomorphism", "ESU"]
license = "MIT"
repository = "https://github.com/noamteyssier/memoesu"
description = "fast subgraph enumeration on graphs using a memoized parallel ESU algorithm"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 60d47a7

Please sign in to comment.