ms_auth_mc 0.1.0

A library for logging into a minecraft account by using the microsoft oauth2 device flow
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "A library for logging into a minecraft account by using the microsoft oauth2 device flow"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ms_auth_mc"
repository = "https://github.com/comblock/ms_auth_mc"
version = "0.1.0"