# 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 = "gitten" version = "0.3.2" authors = ["okhuz "] exclude = ["*.gif"] description = "A tool to manage git projects in a folder" homepage = "https://github.com/okhuz/gitten" readme = "README.md" keywords = [ "git", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/okhuz/gitten" resolver = "2" [profile.release] opt-level = 3 debug = true panic = "abort" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.21" [dependencies.git2] version = "0.15.0" [dependencies.notify] version = "5.0.0-pre.16" [dependencies.tui] version = "0.19.0"