# 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 = "crae" version = "0.1.0" authors = ["Jonathan McClement "] description = "Cool, really awesome (text) editor" homepage = "https://github.com/mcclementines/crae" readme = "README.md" keywords = ["vim-clone", "text-editor", "editor"] license = "MIT" repository = "https://github.com/mcclementines/crae" resolver = "2" [[bin]] name = "crae" path = "src/main.rs" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.clearscreen] version = "1.0.10"