Skip to content

Commit

Permalink
Sort assistant2 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agu-z committed Jan 9, 2025
1 parent c86080b commit eebb114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/assistant2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ anyhow.workspace = true
assets.workspace = true
assistant_tool.workspace = true
async-watch.workspace = true
chrono.workspace = true
client.workspace = true
clock.workspace = true
chrono.workspace = true
collections.workspace = true
command_palette_hooks.workspace = true
context_server.workspace = true
db.workspace = true
editor.workspace = true
feature_flags.workspace = true
file_icons.workspace = true
fs.workspace = true
futures.workspace = true
fuzzy.workspace = true
Expand All @@ -47,8 +48,8 @@ multi_buffer.workspace = true
ollama = { workspace = true, features = ["schemars"] }
open_ai = { workspace = true, features = ["schemars"] }
ordered-float.workspace = true
paths.workspace = true
parking_lot.workspace = true
paths.workspace = true
picker.workspace = true
project.workspace = true
proto.workspace = true
Expand All @@ -61,9 +62,9 @@ settings.workspace = true
similar.workspace = true
smol.workspace = true
telemetry_events.workspace = true
terminal.workspace = true
terminal_view.workspace = true
text.workspace = true
terminal.workspace = true
theme.workspace = true
time.workspace = true
time_format.workspace = true
Expand All @@ -73,7 +74,6 @@ util.workspace = true
uuid.workspace = true
workspace.workspace = true
zed_actions.workspace = true
file_icons.workspace = true

[dev-dependencies]
rand.workspace = true
Expand Down

0 comments on commit eebb114

Please sign in to comment.