# 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 = "tremolo" version = "0.1.0" description = "Tremolo is a TUI kanban project manager for multi-project workflows" homepage = "https://pls.nrusso.dev" license = "MIT" repository = "https://github.com/brainsaysno/pls" [[bin]] name = "tremolo" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.29.0"