trem-bin 0.1.0

TUI binary for the trem mathematical music engine
# 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 = "2021"
name = "trem-bin"
version = "0.1.0"
build = false
exclude = [
    "crates/",
    "docs/",
    "prop/",
    "todo/",
    "work/",
    "tests/",
    ".cursor/",
    ".github/",
    "scripts/",
    "AGENTS.md",
    "CONTRIBUTING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI binary for the trem mathematical music engine"
documentation = "https://docs.rs/trem-bin"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alkemdev/trem"

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.30"

[dependencies.trem]
version = "0.1.0"

[dependencies.trem-cpal]
version = "0.1.0"

[dependencies.trem-tui]
version = "0.1.0"