Skip to content

Commit

Permalink
Added repository to the toml
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Jan 31, 2019
1 parent 77c309c commit 49efc36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "log-derive"
version = "0.1.0"
edition = "2018"
authors = ["Elichai <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
repository = "https://github.com/elichai/log-derive"
description = "Procedural Macro for logging result of a function"
categories = ["development-tools::debugging"]
keywords = ["log", "macro", "derive", "logging", "function"]
Expand Down

0 comments on commit 49efc36

Please sign in to comment.