X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5a4872f466ebd76ddd532bdf2798554421c53df4..fe3919e725e156d751069662d11e38f7b4791de1:/.vim/bundle/vim-lsp/test/testproject-rust/Cargo.toml diff --git a/.vim/bundle/vim-lsp/test/testproject-rust/Cargo.toml b/.vim/bundle/vim-lsp/test/testproject-rust/Cargo.toml new file mode 100644 index 00000000..a93cd843 --- /dev/null +++ b/.vim/bundle/vim-lsp/test/testproject-rust/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "testproject-rust" +version = "0.1.0" +authors = ["Prabir Shrestha "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]