Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Komodo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoon
Komodo
Commits
a18667c9
Verified
Commit
a18667c9
authored
11 months ago
by
STEVAN Antoine
🦀
Browse files
Options
Downloads
Patches
Plain Diff
add $.description to the TOML of all binaries
parent
97101a60
No related branches found
No related tags found
1 merge request
!117
split `examples/` into `benchmarks/` and `bins/`
Pipeline
#5271
passed
11 months ago
Stage: fmt
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bins/curves/Cargo.toml
+1
-0
1 addition, 0 deletions
bins/curves/Cargo.toml
bins/inbreeding/Cargo.toml
+1
-0
1 addition, 0 deletions
bins/inbreeding/Cargo.toml
bins/rank/Cargo.toml
+1
-0
1 addition, 0 deletions
bins/rank/Cargo.toml
bins/rng/Cargo.toml
+1
-0
1 addition, 0 deletions
bins/rng/Cargo.toml
with
4 additions
and
0 deletions
bins/curves/Cargo.toml
+
1
−
0
View file @
a18667c9
...
...
@@ -2,6 +2,7 @@
name
=
"curves"
version
=
"0.1.0"
edition
=
"2021"
description
=
"Explore Arkworks elliptic curves."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
...
...
This diff is collapsed.
Click to expand it.
bins/inbreeding/Cargo.toml
+
1
−
0
View file @
a18667c9
...
...
@@ -2,6 +2,7 @@
name
=
"komodo-inbreeding"
version
=
"0.1.0"
edition
=
"2021"
description
=
"Study the 'inbreeding' phenomenon in a system supporting 'recoding'."
[dependencies]
komodo
=
{
version
=
"0.2.0"
,
path
=
"../.."
}
...
...
This diff is collapsed.
Click to expand it.
bins/rank/Cargo.toml
+
1
−
0
View file @
a18667c9
...
...
@@ -2,6 +2,7 @@
name
=
"rank"
version
=
"0.1.0"
edition
=
"2021"
description
=
"Compute the rank of a matrix."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
...
...
This diff is collapsed.
Click to expand it.
bins/rng/Cargo.toml
+
1
−
0
View file @
a18667c9
...
...
@@ -2,6 +2,7 @@
name
=
"rng"
version
=
"0.1.0"
edition
=
"2021"
description
=
"Generate random numbers from a seed."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
...
...
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