[package] name = "vano" version = "0.1.1" authors = ["Viper939"] edition = "2021" license = "Apache-2.0" description = "A simple cli text editor similar to vi" readme="./readme.md" repository = "https://github.com/Viper939999/vano" homepage = "https://github.com/Viper939999/vano" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.21.0" syn = "1.0.72"