Skip to content

Commit

Permalink
Remove workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Jan 18, 2024
1 parent f20a9ee commit f5efdd3
Show file tree
Hide file tree
Showing 25 changed files with 23 additions and 44 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ updates:
directory: /
schedule:
interval: "monthly"
- package-ecosystem: cargo
directory: /jig-cli
schedule:
interval: "monthly"
- package-ecosystem: cargo
directory: /jira
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: "crate-version"
shell: "bash"
run: |
echo CRATE_VERSION=$(awk -F ' = ' '$1 ~ /version/ { gsub(/["]/, "", $2); printf("%s",$2) }' jig-cli/Cargo.toml) >> $GITHUB_OUTPUT
echo CRATE_VERSION=$(awk -F ' = ' '$1 ~ /version/ { gsub(/["]/, "", $2); printf("%s",$2) }' Cargo.toml) >> $GITHUB_OUTPUT
- run: "echo '::notice:: Tag = v${{ steps.crate-version.outputs.CRATE_VERSION }}'"

Expand Down
31 changes: 22 additions & 9 deletions Cargo.toml
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"]
26 changes: 0 additions & 26 deletions jig-cli/Cargo.toml

This file was deleted.

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.

0 comments on commit f5efdd3

Please sign in to comment.