mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
* chore: release * Apply suggestions from code review Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
13 lines
360 B
TOML
13 lines
360 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.7"
|
|
rust-version = "1.61.0"
|
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
fs4 = "0.12.0"
|