Compare commits
2 Commits
6a5b80ce2e
...
64e7ba7c61
Author | SHA1 | Date |
---|---|---|
Christoph J. Scherr | 64e7ba7c61 | |
Christoph J. Scherr | 6c33147b54 |
|
@ -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]
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -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/)
|
||||
|
||||
|
|
Reference in New Issue