Skip to content

Commit

Permalink
Migrated to ImperialBower (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine authored Mar 11, 2023
1 parent 81074cc commit 8aa091c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "cardpack"
description = "Generic Deck of Cards"
version = "0.4.16"
authors = ["folkengine <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ContractBridge/cardpack.rs.git"
homepage = "https://github.com/ContractBridge/cardpack.rs"
version = "0.4.17"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ImperialBower/cardpack.rs.git"
homepage = "https://github.com/ImperialBower/cardpack.rs"
edition = "2021"
rust-version = "1.63"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cardpack.rs

[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE)
[![Build and Test](https://github.com/ContractBridge/cardpack.rs/actions/workflows/CI.yaml/badge.svg)](https://github.com/ContractBridge/cardpack.rs/actions/workflows/CI.yaml)
[![Build and Test](https://github.com/ImperialBower/cardpack.rs/actions/workflows/CI.yaml/badge.svg)](https://github.com/ImperialBower/cardpack.rs/actions/workflows/CI.yaml)
[![Crates.io Version](https://img.shields.io/crates/v/cardpack.svg)](https://crates.io/crates/cardpack)
[![Rustdocs](https://docs.rs/cardpack/badge.svg)](https://docs.rs/cardpack/)
<!--[![Coverage Status](https://coveralls.io/repos/github/ContractBridge/cardpack.rs/badge.svg?branch=main)](https://coveralls.io/github/ContractBridge/cardpack.rs?branch=main)-->
<!--[![Coverage Status](https://coveralls.io/repos/github/ImperialBower/cardpack.rs/badge.svg?branch=main)](https://coveralls.io/github/ImperialBower/cardpack.rs?branch=main)-->

Generic pack of cards library written in Rust. The goals of the library include:

Expand Down

0 comments on commit 8aa091c

Please sign in to comment.