Skip to content

Instantly share code, notes, and snippets.

@ConradIrwin
Created April 24, 2024 20:01
Show Gist options
  • Save ConradIrwin/8e714558e5f9be99579b1ec530a55700 to your computer and use it in GitHub Desktop.
Save ConradIrwin/8e714558e5f9be99579b1ec530a55700 to your computer and use it in GitHub Desktop.

[package] name = "recent_projects" version = "0.1.0" edition = "2021" publish = false license = "GPL-3.0-or-later"

[lints] workspace = true

[lib] path = "src/recent_projects.rs" doctest = false

[dependencies] anyhow.workspace = true feature_flags.workspace = true fuzzy.workspace = true gpui.workspace = true menu.workspace = true ordered-float.workspace = true picker.workspace = true remote_projects.workspace = true rpc.workspace = true serde.workspace = true settings.workspace = true smol.workspace = true theme.workspace = true ui.workspace = true ui_text_field.workspace = true util.workspace = true workspace.workspace = true

[dev-dependencies] editor = { workspace = true, features = ["test-support"] } language = { workspace = true, features = ["test-support"] } project = { workspace = true, features = ["test-support"] } serde_json.workspace = true workspace = { workspace = true, features = ["test-support"] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment