satan 0.1.0-indev

Some Arthropod Terminals Are Necessary - A TUI library.
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 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 = "satan"
version = "0.1.0-indev"
authors = ["ErisianArchitect <https://github.com/ErisianArchitect>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some Arthropod Terminals Are Necessary - A TUI library."
documentation = "https://docs.rs/satan"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ErisianArchitect/satan"

[lib]
name = "satan"
path = "src/lib.rs"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"