# 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 = "sitzung" version = "0.1.1" authors = ["Schwefelhexa "] description = "Quickly open tmux sessions" homepage = "https://github.com/Schwefelhexa/sitzung" readme = "README.md" keywords = [ "tmux", "session", "terminal", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Schwefelhexa/sitzung" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.12.0" [dependencies.skim] version = "0.10.4" [dependencies.tmux_interface] version = "0.3.0" [dependencies.toml] version = "0.7.4" [dependencies.walkdir] version = "2.3.3"