Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Nov 28, 2023
1 parent 28a08b0 commit 159aacd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "currencies"
version = "0.1.0"
edition = "2021"
description = "Allows for generic manipulation of currencies (both real-world and cryptocurrencies) with optionally compile-time enforced checked math and support for all ISO-4217 currencies."
keywords = ["money", "currency", "cryptocurrency", "dollar", "currencies"]
authors = ["sam0x17"]
license = "MIT"

[dependencies]
num-integer = "0.1.45"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//! [![docs.rs](https://img.shields.io/docsrs/currencies?label=docs)](https://docs.rs/currencies/latest/currencies/)
//! [![Build Status](https://img.shields.io/github/actions/workflow/status/sam0x17/currencies/ci.yaml)](https://github.com/sam0x17/currencies/actions/workflows/ci.yaml?query=branch%3Amain)
//! [![MIT License](https://img.shields.io/github/license/sam0x17/currencies)](https://github.com/sam0x17/currencies/blob/main/LICENSE)
//!
//! This crate allows for generic manipulation of currencies (both real-world and
//! cryptocurrencies) via the [`Amount`] struct and the [`Currency`] trait.
//!
Expand Down

0 comments on commit 159aacd

Please sign in to comment.