facetimehd_toggle 0.1.1

A FaceTimeHD toggle indicator for Macs running Linux
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 = "2021"
name = "facetimehd_toggle"
version = "0.1.1"
authors = ["kenway213beep@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A FaceTimeHD toggle indicator for Macs running Linux"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Chamal1120/facetimehd_toggle"

[lib]
name = "facetimehd_toggle"
path = "src/lib.rs"

[[bin]]
name = "facetimehd_toggle"
path = "src/main.rs"

[[test]]
name = "test_run_command"
path = "tests/test_run_command.rs"

[dependencies.gtk]
version = "0.18"
features = ["v3_24"]

[dependencies.libappindicator]
version = "0.9"

[dev-dependencies.mockall]
version = "0.12"