Skip to content

Commit

Permalink
chore: prepare publishing by adding missing keys to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
open-schnick committed Nov 14, 2023
1 parent 315c91e commit 623d332
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[package]
name = "smoothy"
version = "0.1.0"
description = "Write smooth assertions in a fluent and human readable way"
authors = ["Open Schnick"]
documentation = "https://docs.rs/smoothy"
readme = "README.md"
homepage = "https://github.com/open-schnick/smoothy"
repository = "https://github.com/open-schnick/smoothy"
license = "MIT"
keywords = ["testing", "assert", "assertions", "fluent", "unit tests"]
categories = ["development-tools::testing"]
edition = "2021"

[features]
Expand Down

0 comments on commit 623d332

Please sign in to comment.