-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 612 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "gitpm"
description = "Git Profile Manager"
version = "0.1.0"
edition = "2021"
authors = ["Avdushin <avdushinbeaver1@gmail.com>"]
categories = ["command-line-utilities"]
homepage = "https://avdushin.github.io/gitpm/"
repository = "https://avdushin.github.io/gitpm"
keywords = ["tool", "cli", "rust", "github-cli", "clap-rs", "git-config", "gitlab", "gitflick", "NotABug", "profiles-manager"]
[[bin]]
name = "gitpm"
path = "src/main.rs"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
directories = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"