19 lines
342 B
TOML
19 lines
342 B
TOML
[package]
|
|
name = "edit_prediction"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/edit_prediction.rs"
|
|
|
|
[dependencies]
|
|
client.workspace = true
|
|
gpui.workspace = true
|
|
language.workspace = true
|
|
project.workspace = true
|
|
workspace-hack.workspace = true
|