[package] name = "ohys-api" version = "0.1.0" authors = ["Akiacode "] edition = "2018" description = "ohys api library" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.2", features = ["blocking"] } serde_json = "1.0.2" serde = { version = "1.0", features = ["derive"] } toml = "0.5" chrono = "0.4.0"