mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
77b8296fbb
Release Notes: - N/A --------- Co-authored-by: Thorsten Ball <mrnugget@gmail.com> Co-authored-by: Bennet <bennet@zed.dev> Co-authored-by: Thorsten <thorsten@zed.dev>
16 lines
248 B
TOML
16 lines
248 B
TOML
[package]
|
|
name = "inline_completion"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/inline_completion.rs"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
language.workspace = true
|