-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
27 lines (25 loc) · 928 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "wspick"
version = "1.4.0"
authors = ["MnlPhlp <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "platform independent workspace picker for the terminal"
homepage = "https://github.com/MnlPhlp/wspick"
repository = "https://github.com/MnlPhlp/wspick"
keywords = ["cli", "project", "workspace", "picker", "manager"]
categories = ["command-line-utilities","command-line-interface","development-tools"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.8", features = ["derive"] }
directories = "5.0.1"
edit = "0.1.4"
inquire = "0.7.5"
serde = "1.0.164"
serde_derive = "1.0.164"
termsize = "0.1.6"
indexmap = { version = "2.0.0", features = ["serde"] }
toml = { version = "0.7.6", features = ["preserve_order"] }
doc_consts = { version = "0.2.2" }