We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo publish
1 parent cbe0ab7 commit 1f89631Copy full SHA for 1f89631
Cargo.toml
@@ -1,10 +1,15 @@
1
[package]
2
authors = ["Brian Caswell <bcaswell@gmail.com>"]
3
-name = "azure-pim-cli"
4
description = "CLI to list and enable Azure Privileged Identity Management roles"
5
-version = "0.0.1"
+documentation = "https://docs.rs/azure-pim-cli"
6
edition = "2021"
+homepage = "https://github.com/demoray/azure-pim-cli"
7
+keywords = ["azure"]
8
license = "MIT"
9
+name = "azure-pim-cli"
10
+repository = "https://github.com/demoray/azure-pim-cli"
11
+version = "0.0.1"
12
+
13
14
[dependencies]
15
anyhow = "1.0"
0 commit comments