ZIm/crates/edit_prediction/Cargo.toml
2025-08-04 16:22:18 +00:00

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