schoolnoose 0.0.5

A rust wrapper for the Schoolloop API
Documentation
[package]
name = "schoolnoose"
version = "0.0.5"
authors = ["Ethan Yidong Tang <ethanyidong@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A rust wrapper for the Schoolloop API"
homepage = "https://github.com/EthanYidong/schoolnoose"
documentation = "https://docs.rs/schoolnoose"
repository = "https://github.com/EthanYidong/schoolnoose"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0"

[dependencies.awc]
version = "1.0"
features = ["openssl"]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]