Skip to content
Snippets Groups Projects
Commit 86fefa3a authored by vlorentz's avatar vlorentz
Browse files

Publish swh_graph_topology

parent 3216ab1b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ members = [
]
[workspace.package]
repository = "https://gitlab.softwareheritage.org/swh/devel/swh-graph"
license = "GPL-3.0-or-later"
version = "6.2.0"
[workspace.dependencies]
......
......@@ -3,8 +3,8 @@ name = "swh-graph"
version.workspace = true
edition = "2021"
description = "Compressed in-memory representation of the Software Heritage archive graph"
repository = "https://gitlab.softwareheritage.org/swh/devel/swh-graph"
license = "GPL-3.0-or-later"
repository.workspace = true
license.workspace = true
readme = "README.md"
keywords = ["software-heritage", "graph", "compression", "webgraph"]
categories = ["compression", "science"]
......
......@@ -2,6 +2,7 @@
name = "swh_graph_topology"
description = "Collection of topology analysis utilities based on swh-graph"
version.workspace = true
license.workspace = true
edition = "2021"
[dependencies]
......@@ -21,7 +22,7 @@ rayon = { version = "1.9.0" }
serde = { version = "1.0", features = ["derive"] }
env_logger = "0.11.5"
rdst = { version ="0.20.14", features = ["multi-threaded"] }
swh-graph = { path = "../../rust/", features = ["serde"] }
swh-graph = { path = "../../rust/", features = ["serde"], version = "6.2.0" }
[[bin]]
name = "toposort"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment