Files
oak-gpui/crates/edit_prediction/Cargo.toml
T
2025-09-29 15:48:58 +00:00

19 lines
317 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
workspace-hack.workspace = true