cargo-binstall/crates/fs-lock/Cargo.toml
github-actions[bot] b243c176fe
chore: release (#2073)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-07 13:49:46 +00:00

14 lines
407 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.9"
rust-version = "1.61.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
fs4 = "0.13.0"
tracing = { version = "0.1", optional = true }