# 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 = "tui-vim-editor" version = "0.3.0" authors = ["preiter "] description = "A TUI based vim like editor" readme = "README.md" keywords = [ "ratatui", "tui", "editor", "text", "vim", ] license = "MIT" repository = "https://github.com/preiter93/tui-vim-editor" [[example]] name = "app" [dependencies.crossterm] version = "0.27" [dependencies.ratatui] version = "0.24"