fyrer 0.2.2

A lightweight tool to run multiple dev servers concurrently
# 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 = "fyrer"
version = "0.2.2"
authors = ["Calc hello@vinm.me"]
build = false
exclude = [
    "/target/*",
    "*.rs.bk",
    "*.log",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight tool to run multiple dev servers concurrently"
readme = "README.md"
keywords = [
    "dev",
    "server",
    "concurrent",
    "tool",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/07calc/fyrer"

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

[dependencies.clearscreen]
version = "4.0.2"

[dependencies.colored]
version = "2.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.notify]
version = "6.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tokio]
version = "1.0"
features = ["full"]