libaz 0.0.0

Azure storage API library for Rust
Documentation
[package]
name = "libaz"
version = "0.0.0"
edition = "2021"
license = "MIT"
description = "Azure storage API library for Rust"
readme = "README.md"
homepage = "https://gitlab.com/TJRoh01/libaz"
repository = "https://gitlab.com/TJRoh01/libaz"
include = [
    "**/*.rs",
    "Cargo.toml",
]

[lib]
name = "libaz"
path = "src/lib.rs"
crate-type = ["lib"]

[dependencies]