lapce-elixir/Cargo.toml

16 lines
449 B
TOML
Raw Normal View History

[package]
edition = "2021"
name = "lapce-plugin-template"
version = "0.0.0"
resolver = "2"
[target.'cfg(target_os = "wasi")'.dependencies]
# default deps for all lapce plugins
anyhow = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
# lapce-plugin = { git = "https://github.com/lapce/lapce-plugin-rust.git", branch = "volt" }
lapce-plugin = { git = "https://github.com/panekj/lapce-plugin-rust.git", branch = "volt" }