rustydav 0.1.2

Small library that can be used to make calls to webdav server
Documentation
[package]
name = "rustydav"
version = "0.1.2"
authors = ["Andrei Nagacevschi <andrein_bio@yahoo.com>"]
edition = "2018"
description = "Small library that can be used to make calls to webdav server"
homepage = "https://github.com/andreinbio/rustydav"
documentation = "https://docs.rs/rustydav"
repository = "https://github.com/andreinbio/rustydav"
keywords = ["webdav", "rustydav"]
license = "GPL-3.0"

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

[dependencies]
reqwest = { version = "0.10", features = ["blocking"] }