# 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 = "ee" version = "0.0.0" authors = ["Evan Pratten "] description = "Evan's Editor" homepage = "https://github.com/ewpratten/ee" documentation = "https://docs.rs/ee" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/ee" [[bin]] name = "ee" path = "src/main.rs" [dependencies]