lapce-elixir/Cargo.toml
2022-09-04 16:31:36 +02:00

14 lines
448 B
TOML

[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" }