raket 0.1.2

A simple bash prompt.
# 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"
rust-version = "1.94.0"
name = "raket"
version = "0.1.2"
authors = ["Simon Danielsson <contact@simondanielsson.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple bash prompt."
homepage = "https://www.simondanielsson.se"
readme = "README.md"
keywords = [
    "bash",
    "prompt",
    "terminal",
    "utility",
]
license = "MIT"
repository = "https://github.com/simon-danielsson/raket"

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

[dependencies.raster]
version = "0.2.0"

[dependencies.regex]
version = "1.12.3"