cargo-binstall/crates/fs-lock/Cargo.toml
github-actions[bot] aabe107726
release: fs-lock v0.1.2 (#1497)
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
2023-11-17 01:01:45 +00:00

13 lines
359 B
TOML

[package]
name = "fs-lock"
description = "Locked files that can be used like normal File"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/fs-lock"
version = "0.1.2"
rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
fs4 = "0.7.0"