[package] name = "neovide" version = "0.1.0" authors = ["keith "] edition = "2018" [dependencies] lru = "0.4.3" skulpin = { git = "https://github.com/Kethku/skulpin" } derive-new = "0.5" env_logger = "0.7.1" neovim-lib = { git = "https://github.com/daa84/neovim-lib", version = "0.6" } rmpv = "0.4.2" [profile.release] debug = true