fix cargo toml

Co-authored-by: Oleksiy Syvokon <oleksiy.syvokon@gmail.com>
This commit is contained in:
Smit Barmase 2025-08-22 15:24:45 +05:30
parent fd0316f7d1
commit 1ecb2ff30b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -4585,6 +4585,7 @@ dependencies = [
"ui",
"unindent",
"util",
"vim_mode_setting",
"workspace",
"workspace-hack",
"zed_actions",

View file

@ -76,7 +76,7 @@ util.workspace = true
workspace-hack.workspace = true
workspace.workspace = true
zed_actions.workspace = true
vim_mode_settings.workspace = true
vim_mode_setting.workspace = true
[dev-dependencies]
dap = { workspace = true, features = ["test-support"] }