mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
18 lines
270 B
TOML
18 lines
270 B
TOML
|
[package]
|
||
|
name = "vim_mode_setting"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/vim_mode_setting.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
gpui.workspace = true
|
||
|
settings.workspace = true
|