-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f20a9ee
commit f5efdd3
Showing
25 changed files
with
23 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"jig-cli", | ||
] | ||
default-members = [ | ||
"jig-cli" | ||
] | ||
[package] | ||
name = "jig" | ||
version = "0.5.0" | ||
edition = "2021" | ||
authors = ["Steffen Baarsgaard <sbaarsgaard@gmail.com>"] | ||
repository = "https://github.com/baarsgaard/jig" | ||
|
||
[workspace.dependencies] | ||
[dependencies] | ||
chrono = { version = "0.4.26", default-features = false, features = ["clock"]} | ||
clap = { version = "4.3.0", default-features = false, features = ["help", "std", "color", "derive"] } | ||
clap_complete = "4.4.4" | ||
color-eyre = { version = "0.6.2", default-features = false } | ||
etcetera = "0.8.0" | ||
gix = { version = "0.57.1", default-features = false } | ||
inquire = { git = "https://github.com/mikaelmello/inquire.git", features = ["date"] } | ||
jira = { git = "https://github.com/baarsgaard/jira-api.git", default-features = false } | ||
regex = { version = "1.8.4", features = ["std"], default-features = false } | ||
self_update = { version = "0.39.0", default-features = false, features = ["rustls"] } | ||
serde = { version = "1.0.164", features = ["derive"] } | ||
serde_json = "1.0.97" | ||
toml = "0.8.6" | ||
url = { version = "2.4.0", default-features = false } | ||
|
||
[features] | ||
default = [] | ||
server = [] # simplifies GH releases | ||
cloud = ["jira/cloud"] |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.