mmtc/Cargo.toml
dependabot[bot] 8b0554ee33
Bump crossbeam-queue from 0.3.2 to 0.3.3
Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.2...crossbeam-queue-0.3.3)

---
updated-dependencies:
- dependency-name: crossbeam-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 08:05:32 +00:00

39 lines
993 B
TOML

[package]
name = "mmtc"
version = "0.2.14"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
readme = "README.md"
homepage = "https://github.com/figsoda/mmtc"
repository = "https://github.com/figsoda/mmtc"
license = "MPL-2.0"
keywords = ["cli", "mpd", "music", "terminal", "tui"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.52"
async-io = "1.6.0"
async-net = "1.6.1"
clap = { version = "3.0.5", features = ["cargo", "derive", "unicode"] }
crossbeam-queue = "0.3.3"
crossterm = "0.22.1"
dirs = "4.0.0"
expand = "0.2.0"
futures-lite = "1.12.0"
ron = "0.7.0"
serde = { version = "1.0.133", features = ["derive"] }
[dependencies.tui]
version = "0.16.0"
default-features = false
features = ["crossterm", "serde"]
[build-dependencies]
clap = { version = "3.0.5", features = ["derive"] }
clap_complete = "3.0.1"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1