Skip to content

Commit

Permalink
Updated cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Mar 23, 2023
1 parent 859ee15 commit b9a8572
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "kube_quantity"
version = "0.1.0"

authors = ["Thomas Kosiewski <[email protected]>"]
description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate."
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/ThomasK33/kube-quantity-rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit b9a8572

Please sign in to comment.