# 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 = "tissuebox" version = "1.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A todo list for programming" readme = "README.md" license = "MIT" [lib] name = "tissuebox" path = "src/lib.rs" [[bin]] name = "tissue" path = "src/bin/tissue.rs" [dependencies.arboard] version = "3.4.1" default-features = false [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.28.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"