mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
11 lines
155 B
TOML
11 lines
155 B
TOML
[package]
|
|
name = "test_plugin"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
plugin = { path = "../../crates/plugin" }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|