[package]
name = "browser-paths"
version = "0.0.2"
authors = ["YONGQI"]
edition = "2024"
description = "Locate the executable file paths of Chrome and Edge based on the current platform"
documentation = "https://github.com/betterhyq/browser-paths"
readme = "./README.md"
homepage = "https://github.com/betterhyq/browser-paths"
repository = "https://github.com/betterhyq/browser-paths.git"
license = "MIT"
keywords = ["edge", "chrome", "edge-paths", "chrome-paths"]
categories = ["development-tools"]
[dependencies]
which = "8.0.0"