[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"