mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Rename flock to fs-lock (#338)
This commit is contained in:
parent
3387a63895
commit
a628cbf876
11 changed files with 16 additions and 16 deletions
13
crates/fs-lock/Cargo.toml
Normal file
13
crates/fs-lock/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue