lighthouse/common/lockfile/Cargo.toml

12 lines
185 B
TOML
Raw Normal View History

[package]
name = "lockfile"
version = "0.1.0"
authors = ["Michael Sproul <michael@sigmaprime.io>"]
edition = "2021"
[dependencies]
fs2 = "0.4.3"
[dev-dependencies]
tempfile = "3.1.0"