[package] name = "xs-api" version = "0.1.0" edition = "2021" authors = ["Joshua Carlson "] license = "MIT" description = "An api that intends to implement for Xbox Services. This is a work in progress." exclude = ["xbox-live-docs"] [lib] name = "xs_api" path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #ms-learn-md-parser = "0.0.1"