mmtc/Cargo.toml
dependabot[bot] 6563ab7018
Bump ron from 0.6.6 to 0.7.0
Bumps [ron](https://github.com/ron-rs/ron) from 0.6.6 to 0.7.0.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ron-rs/ron/compare/v0.6.6...v0.7.0)

---
updated-dependencies:
- dependency-name: ron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

39 lines
920 B
TOML

[package]
name = "mmtc"
version = "0.2.13"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2018"
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.44"
async-io = "1.6.0"
async-net = "1.6.1"
clap = "3.0.0-beta.5"
crossbeam-queue = "0.3.2"
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.130", features = ["derive"] }
[dependencies.tui]
version = "0.16.0"
default-features = false
features = ["crossterm", "serde"]
[build-dependencies]
clap = "3.0.0-beta.5"
clap_generate = "3.0.0-beta.5"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1