1 2 3 4 5 6 7 8 9 10 11
[package] name = "webdav" version = "0.1.0" edition = "2024" license = "MIT" description = "Types for WebDAV" repository = "https://github.com/kaldav-rs/webdav" [dependencies] http = "1.3" thiserror = "2.0"