Skip to content

Commit

Permalink
Adds description and license to Cargo.toml (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Mar 6, 2024
1 parent c1d9c72 commit 502ec7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "dapr-macros"
version = "0.14.0"
edition = "2021"
description = "Dapr Rust SDK"
license = "Apache-2.0"

[lib]
proc-macro = true
Expand Down

0 comments on commit 502ec7a

Please sign in to comment.