Compare commits
No commits in common. "64e7ba7c614d97117505f6e1b382cb48c77085bf" and "6a5b80ce2e8895d7f2f3a2492c8f5d7f17f4b4ee" have entirely different histories.
64e7ba7c61
...
6a5b80ce2e
2 changed files with 4 additions and 15 deletions
|
@ -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]
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -1,15 +1,3 @@
|
|||
# rs-base
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
<!-- [](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
|
Reference in a new issue