Skip to content

Commit

Permalink
fix: use as direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Oct 4, 2023
1 parent 856338e commit 7e7cdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dunce = "1"
schemars = { version = "0.8", features = ["url", "preserve_order", "derive"] }
cargo-packager-config = { path = "crates/config", version = "0.0.0" }
clap = { version = "4.4", features = ["derive"] }
dirs = "5.0"
semver = "1"
Expand Down
4 changes: 2 additions & 2 deletions crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ targets = [
]

[build-dependencies]
cargo-packager-config.workspace = true
cargo-packager-config = { path = "../config", version = "0.0.0" }
serde_json.workspace = true
schemars.workspace = true

[dependencies]
cargo-packager-config.workspace = true
cargo-packager-config = { path = "../config", version = "0.0.0" }
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 7e7cdf7

Please sign in to comment.