Skip to content

Commit

Permalink
feat: update Cargo.toml for publish to crates
Browse files Browse the repository at this point in the history
  • Loading branch information
poi2 committed Jun 6, 2023
1 parent 8f03cdf commit b6e6040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "fluent_field_assertions"
description = "FluentFieldAssertions is a procedural macro for generating fluent assertions on fields."
version = "0.1.0"
edition = "2021"
authors = ["Daisuke Ito <daisuke.ito.cs@gmail.com>"]
license = "MIT"
keywords = ["macro", "testing", "assertions", "assert", "fluent"]
readme = "README.md"
repository = "https://github.com/poi2/fluent_field_assertions"

[lib]
proc-macro = true
Expand Down

0 comments on commit b6e6040

Please sign in to comment.