# 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 = "sl-up" version = "0.1.1" authors = ["Roy Rothenberg "] description = """ An interactive TUI smartlog for Sapling SCM, like git-sl-up but written in Rust. """ readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/vuduchild/sl-up" [dependencies.ansi-parser] version = "0.8.0" [dependencies.crossterm] version = "0.27.0" [dependencies.enum_dispatch] version = "0.3.12"