Skip to content

Commit 1f89631

Browse files
authored
update Cargo.toml with recommended entries for cargo publish (#3)
1 parent cbe0ab7 commit 1f89631

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[package]
22
authors = ["Brian Caswell <bcaswell@gmail.com>"]
3-
name = "azure-pim-cli"
43
description = "CLI to list and enable Azure Privileged Identity Management roles"
5-
version = "0.0.1"
4+
documentation = "https://docs.rs/azure-pim-cli"
65
edition = "2021"
6+
homepage = "https://github.com/demoray/azure-pim-cli"
7+
keywords = ["azure"]
78
license = "MIT"
9+
name = "azure-pim-cli"
10+
repository = "https://github.com/demoray/azure-pim-cli"
11+
version = "0.0.1"
12+
813

914
[dependencies]
1015
anyhow = "1.0"

0 commit comments

Comments
 (0)