fs-set-times 0.1.0

Set filesystem timestamps
Documentation
[badges.maintenance]
status = "actively-developed"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["filesystem", "network-programming"]
description = "Set filesystem timestamps"
documentation = "https://docs.rs/fs-set-times"
edition = "2018"
keywords = ["api", "network", "file"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "fs-set-times"
readme = "README.md"
repository = "https://github.com/sunfishcode/fs-set-times"
version = "0.1.0"
[target."cfg(not(windows))".dependencies.posish]
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "std"]
version = "0.3.9"