Compare commits

..

No commits in common. "64e7ba7c614d97117505f6e1b382cb48c77085bf" and "6a5b80ce2e8895d7f2f3a2492c8f5d7f17f4b4ee" have entirely different histories.

2 changed files with 4 additions and 15 deletions

View file

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

View file

@ -1,15 +1,3 @@
# rs-base
![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/)
Base repository for rust projects