mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00: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"]
|