mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
484 B
TOML
17 lines
484 B
TOML
[package]
|
|
name = "rust_druid_test"
|
|
version = "0.1.0"
|
|
authors = ["keith <keith@the-simmons.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
itertools = "0.8.2"
|
|
druid-shell = { git = "https://github.com/xi-editor/druid.git", version = "0.4" }
|
|
derive-new = "0.5"
|
|
derivative = "1.0.3"
|
|
env_logger = "0.7.1"
|
|
neovim-lib = { git = "https://github.com/daa84/neovim-lib", version = "0.6" }
|
|
rmpv = "0.4.2"
|