browser-paths 0.0.1

Locate the executable file paths of Chrome and Edge based on the current platform
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "browser-paths"
version = "0.0.1"
authors = ["YONGQI"]
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://github.com/betterhyq/browser-paths"
documentation = "https://github.com/betterhyq/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"