Compare commits

...

2 Commits

Author SHA1 Message Date
Christoph J. Scherr 64e7ba7c61 change base cargo.toml
cargo devel CI / cargo CI (push) Failing after 54s Details
2024-10-15 20:52:02 +02:00
Christoph J. Scherr 6c33147b54 add fancy links to the readme 2024-10-15 20:51:19 +02:00
2 changed files with 15 additions and 4 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "template"
name = "base"
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
license = "GPL-3.0-or-later"
description = "No description yet"
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/rs-base"
@ -13,4 +13,3 @@ keywords = ["template"]
[dependencies]

View File

@ -1,3 +1,15 @@
# rs-base
Base repository for rust projects
![Project badge](https://img.shields.io/badge/language-Rust-blue.svg)
![Crates.io License](https://img.shields.io/crates/l/base)
![Gitea Release](https://img.shields.io/gitea/v/release/PlexSheep/base?gitea_url=https%3A%2F%2Fgit.cscherr.de)
![Gitea language count](https://img.shields.io/gitea/languages/count/PlexSheep/base?gitea_url=https%3A%2F%2Fgit.cscherr.de)
<!-- [![cargo checks and tests](https://github.com/PlexSheep/base/actions/workflows/cargo.yaml/badge.svg)](https://github.com/PlexSheep/base/actions/workflows/cargo.yaml) -->
Base repository for rust projects
* [Original Repository](https://git.cscherr.de/PlexSheep/base)
<!-- * [GitHub Mirror](https://github.com/PlexSheep/base) -->
* [crates.io](https://crates.io/crates/base)
* [docs.rs](https://docs.rs/crate/base/)