mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
9 lines
149 B
TOML
9 lines
149 B
TOML
[package]
|
|
name = "cargo_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
bincode = "1.3"
|
|
plugin = { path = "../../../plugin" }
|