# 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 = "tim-cli" version = "0.1.0" authors = ["Nvt5"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line text editor like vim. But tim." homepage = "https://github.com/Nvt500/tim" readme = "README.md" keywords = [ "vim", "cli", "text-editor", "cool", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Nvt500/tim" [lib] name = "tim_cli" path = "src/lib.rs" [[bin]] name = "tim-cli" path = "src/main.rs" [dependencies.crossterm] version = "=0.28.1"