eidolon 1.4.6

Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "eidolon"
version = "1.4.6"
authors = ["nicohman <nicohman@demenses.net>"]
description = "Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu."
readme = "README.md"
keywords = ["gaming", "steam", "games"]
categories = ["gui", "games", "command-line-interface"]
license = "GPL-3.0"
repository = "https://git.sr.ht/~nicohman/eidolon"

[lib]
name = "libeidolon"
path = "src/eidolon.rs"

[[bin]]
name = "eidolon"
path = "src/main.rs"
[dependencies.butlerd]
version = "0.1.2"

[dependencies.dirs]
version = "1.0.4"

[dependencies.human-panic]
version = "1.0.1"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0.70"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.2.10"