[package]
edition = "2024"
name = "browser-paths"
version = "1.0.2"
authors = ["YONGQI <betterhyq@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Locate the executable file paths of Chrome and Edge based on the current platform"
homepage = "https://betterhyq.github.io/browser-paths/"
readme = "README.md"
keywords = [
"edge",
"chrome",
"edge-paths",
"chrome-paths",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/betterhyq/browser-paths.git"
[lib]
name = "browser_paths"
path = "src/lib.rs"
[dependencies.which]
version = "8.0.0"