Skip to content

Commit

Permalink
Add missing package fields to Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Humandoodlebug committed Oct 18, 2021
1 parent 0578584 commit 49c9cbc
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
Expand Up @@ -4,6 +4,12 @@ version = "0.1.0"
authors = ["Samuel Collins <samuel.collins@live.co.uk>"]
edition = "2018"

description = "A handy rust macro to exclude debugging code from your release builds."
license = "MIT"
repository = "https://github.com/Humandoodlebug/if_debug"
keywords = ["if", "debug", "macro", "if_debug"]
categories = ["rust-patterns"]

[lib]
proc-macro = true

Expand Down

0 comments on commit 49c9cbc

Please sign in to comment.