[package] name = "ee" version = "0.0.0" authors = ["Evan Pratten "] edition = "2021" description = "Evan's Editor" documentation = "https://docs.rs/ee" readme = "README.md" homepage = "https://github.com/ewpratten/ee" repository = "https://github.com/ewpratten/ee" license = "GPL-3.0" keywords = [] categories = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "ee" path = "src/main.rs"