Rename flock to fs-lock (#338)

This commit is contained in:
Félix Saparelli 2022-09-05 03:28:22 +12:00 committed by GitHub
parent 3387a63895
commit a628cbf876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 16 deletions

13
crates/fs-lock/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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.0.0"
rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
fs4 = "0.6.2"