ubermind 0.3.4

Manage multiple overmind instances across projects
# 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 = "2024"
name = "ubermind"
version = "0.3.4"
build = false
exclude = ["ui/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage multiple overmind instances across projects"
readme = "README.md"
keywords = [
    "overmind",
    "process-manager",
    "daemon",
    "procfile",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mrgnw/ubermind"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/ubermind-v{ version }-{ target }.tar.gz"
pkg-fmt = "tgz"

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

[dependencies]