
This PR adds a new picker for viewing a list of jj bookmarks, like you would with `jj bookmark list`. This is an exploration around what it would look like to begin adding some dedicated jj features to Zed. This is behind the `jj-ui` feature flag. Release Notes: - N/A
25 lines
482 B
TOML
25 lines
482 B
TOML
[package]
|
|
name = "jj_ui"
|
|
version = "0.1.0"
|
|
publish.workspace = true
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/jj_ui.rs"
|
|
|
|
[dependencies]
|
|
command_palette_hooks.workspace = true
|
|
feature_flags.workspace = true
|
|
fuzzy.workspace = true
|
|
gpui.workspace = true
|
|
jj.workspace = true
|
|
picker.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|
|
workspace-hack.workspace = true
|
|
workspace.workspace = true
|
|
zed_actions.workspace = true
|