# 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 = "yatap" version = "0.1.0" authors = ["Oscar Castillejo "] description = """ Yatap is a cli tool to fuzzy find all folders in a list of specified folders from a TOML config file and open them as a new tmux session. """ homepage = "https://github.com/oacs/yatap" readme = "README.md" license = "MIT" repository = "https://github.com/oacs/yatap" [[bin]] name = "ta" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.octocrab] version = "0.19.0" [dependencies.ratatui] version = "0.20.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tempfile] version = "3.5.0" [dependencies.tmux_interface] version = "0.2.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.unicode-width] version = "0.1.10" [dependencies.xdg] version = "2.4.1"