browser-paths 1.0.2

Locate the executable file paths of Chrome and Edge based on the current platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "browser-paths"
version = "1.0.2"
authors = ["YONGQI <betterhyq@qq.com>"]
edition = "2024"
description = "Locate the executable file paths of Chrome and Edge based on the current platform"
readme = "README.md"
homepage = "https://betterhyq.github.io/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"