# 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 = "just-shell" version = "0.1.2" authors = ["Ragnar Groot Koerkamp"] description = "A minimal shell around just-files" readme = "README.md" license = "MIT" repository = "https://github.com/RagnarGrootKoerkamp/just-shell" [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.2" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.rustyline] version = "13.0.0" features = ["derive"] [dependencies.termion] version = "3.0.0"