From efd7737b34cd2de2f2eea09e588067b5f9745f40 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 2 Jul 2025 10:32:37 -0400 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d57db8f..91acee8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Crates.io Version](https://img.shields.io/crates/v/wager)](https://crates.io/crates/wager) [![docs.rs](https://img.shields.io/docsrs/wager)](https://docs.rs/wager) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_shield) A library for the representation and manipulation of betting odds. Supports the parsing, converting, comparing, and calculating the payouts of various types of odds. @@ -24,3 +25,7 @@ assert_eq!(a, b); /// Calculate payout assert_eq!(decimal.payout(200.0), 300.0); ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_large) \ No newline at end of file