Skip to content

Commit b411bec

Browse files
committed
Add translation from CTP to recipe format
1 parent b259eee commit b411bec

File tree

14 files changed

+2625
-124
lines changed

14 files changed

+2625
-124
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ dicom-core = "0.9"
1414
dicom-dictionary-std = "0.9"
1515
dicom-pixeldata = "0.9"
1616
sha2 = "0.10"
17+
quick-xml = "0.37"
1718
regex = "1"
1819
thiserror = "2"
19-
chrono = { version = "0.4", default-features = false, features = ["std"] }
20+
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
2021
indicatif = { version = "0.17", optional = true }
2122
rayon = { version = "1", optional = true }
2223

0 commit comments

Comments
 (0)