phone-mic 0.1.1

Use your phone as a microphone
# 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 = "phone-mic"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use your phone as a microphone"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sharunkumar/phone-mic"

[[bin]]
name = "phone-mic"
path = "src/main.rs"

[dependencies.single-instance]
version = "0.3.3"

[target."cfg(not(windows))".dependencies.ksni]
version = "0.2.2"

[target."cfg(windows)".dependencies.tray-item]
version = "0.10.0"