git-ents.gitmain
⌘K
foforge
Cargo.toml15 lines · 217 B · tomlhistorycomment on this file
1[workspace]
2
3[package]
4name = "ents-zed"
5version = "0.1.0"
6edition = "2024"
7publish = false
8license = "MIT OR Apache-2.0"
9
10[lib]
11path = "src/lib.rs"
12crate-type = ["cdylib"]
13
14[dependencies]
15zed_extension_api = "0.7.0"