Skip to content

Commit

Permalink
feat: add cargo.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Feb 1, 2024
1 parent 07034e3 commit 839a38e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ name = "kerblam"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/MrHedmad/kerblam"
license = "MIT"
description = "A project management tool for data science and bioinformatics"
homepage = "https://github.com/MrHedmad/kerblam"
authors = ["MrHedmad <luca.visentin@unito.it>"]
readme = "README.md"
keywords = ["data-science", "execution", "container", "command"]
categories = ["command-line-utilities", "development-tools", "science", "virtualization"]
exclude = [
"docs/", ".gitignore", ".github", ".all-contributorsrc",
".pre-commit-config.yaml", "trun"
]

[badges]
maintenance = {status = "actively-developed"}

[profile.release]
strip = true # Strip symbols from binary to make it smaller
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![If you want it, Kerblam it!](docs/images/logo.png)
![If you want it, Kerblam it!](https://raw.githubusercontent.com/MrHedmad/kerblam/main/docs/images/logo.png)
<div align="center">

![GitHub issues](https://img.shields.io/github/issues/MrHedmad/kerblam?style=flat-square&color=blue)
Expand Down

0 comments on commit 839a38e

Please sign in to comment.