[package]
name = "app-instance-detector"
version = "1.0.0"
edition = "2024"
authors = ["Theodore R. Smith <theodore.smith@autonomo.codes>"]
description = "A Rust library for detecting 1 or more instances of an app are running locally, that doesn't use lockfiles."
license = "MIT"
repository = "https://github.com/AutonomoDev/app-instance-detector"
keywords = ["instance", "singleton"]
readme = "README.md"
documentation = "https://docs.rs/app-instance-detector"
homepage = "https://github.com/AutonomoDev/app-instance-detector"
categories = ["development-tools"]
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"src/**/*"
]
[dependencies]
anyhow = "1.0"