[package]
edition = "2018"
name = "rustydav"
version = "0.1.3"
authors = ["Andrei Nagacevschi <andrein_bio@yahoo.com>"]
include = ["**/*.rs", "Cargo.toml"]
description = "Small library that can be used to make calls to webdav server"
homepage = "https://github.com/andreinbio/rustydav"
documentation = "https://docs.rs/rustydav"
readme = "README.md"
keywords = ["webdav", "rustydav"]
license = "GPL-3.0"
repository = "https://github.com/andreinbio/rustydav"
[dependencies.reqwest]
version = "0.11"
features = ["blocking"]