Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Lambert
swh-graph
Commits
86fefa3a
Commit
86fefa3a
authored
4 months ago
by
vlorentz
Browse files
Options
Downloads
Patches
Plain Diff
Publish swh_graph_topology
parent
3216ab1b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cargo.toml
+2
-0
2 additions, 0 deletions
Cargo.toml
rust/Cargo.toml
+2
-2
2 additions, 2 deletions
rust/Cargo.toml
tools/topology/Cargo.toml
+2
-1
2 additions, 1 deletion
tools/topology/Cargo.toml
with
6 additions
and
3 deletions
Cargo.toml
+
2
−
0
View file @
86fefa3a
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
rust/Cargo.toml
+
2
−
2
View file @
86fefa3a
...
...
@@ -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"
]
...
...
This diff is collapsed.
Click to expand it.
tools/topology/Cargo.toml
+
2
−
1
View file @
86fefa3a
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment