Skip to content

Commit

Permalink
[parser][scpproxy][ul] Simplify dependency list
Browse files Browse the repository at this point in the history
- remove dependencies which are not used directly
  • Loading branch information
Enet4 committed Dec 7, 2024
1 parent 297754c commit 16ee87d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ readme = "README.md"
[dependencies]
dicom-core = { path = "../core", version = "0.8.0" }
dicom-encoding = { path = "../encoding", version = "0.8.0" }
chrono = { version = "0.4.22", default-features = false, features = ["std"] }
dicom-dictionary-std = { path = "../dictionary-std/", version = "0.8.0" }
smallvec = "1.6.1"
snafu = "0.8"
Expand Down
1 change: 0 additions & 1 deletion scpproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readme = "README.md"
[dependencies]
clap = { version = "4.0.18", features = ["cargo"] }
dicom-ul = { path = "../ul/", version = "0.8.0" }
dicom-dictionary-std = { path = "../dictionary-std/", version = "0.8.0" }
snafu = "0.8"
tracing = "0.1.34"
tracing-subscriber = "0.3.11"
Expand Down
1 change: 0 additions & 1 deletion ul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ features = [
]

[dev-dependencies]
dicom-core = { path = "../core" }
dicom-dictionary-std = { path = "../dictionary-std" }
matches = "0.1.8"
rstest = "0.23.0"
Expand Down

0 comments on commit 16ee87d

Please sign in to comment.