Skip to content

Commit 3ca5610

Browse files
authored
add azure_iot_hub license (#641)
1 parent e20527c commit 3ca5610

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/iot_hub/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "azure_iot_hub"
33
version = "0.1.0"
44
authors = ["Microsoft Corp."]
55
edition = "2018"
6+
description = "Azure IoT Hub"
7+
license = "MIT"
68

79
[dependencies]
810
azure_core = { path = "../core", version = "0.1" }

sdk/iot_hub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Azure SDK for Rust - Azure iot_hub crate
1+
# Azure SDK for Rust - Azure IoT Hub crate
22

3-
Azure iot_hub crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).
3+
Azure IoT Hub crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).
44

55
## Usage
66

0 commit comments

Comments
 (0)