Skip to content

Commit 31f424c

Browse files
committed
Update oai
1 parent 37a147a commit 31f424c

4 files changed

Lines changed: 331 additions & 1240 deletions

File tree

Cargo.lock

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

thoth-oai-server/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ thoth-errors = { version = "=1.0.4", path = "../thoth-errors" }
1414
thoth-client = { version = "=1.0.4", path = "../thoth-client" }
1515
actix-cors = "0.7.1"
1616
actix-web = "4.10"
17-
base64 = "0.22.1"
18-
chrono = { version = "0.4.40", features = ["serde"] }
17+
async-trait = "0.1.89"
1918
env_logger = "0.11.7"
20-
flate2 = "1.1.1"
21-
log = "0.4.26"
19+
oai-pmh = { package = "oai-pmh-rs", version = "0.2.0", features = ["actix"] }
2220
quick-xml = "0.36"
2321
reqwest = { version = "0.12", features = ["json"] }
24-
serde = { version = "1.0", features = ["derive"] }
25-
serde_json = "1.0"
26-
url = "2.5"
2722
uuid = { version = "1.16.0", features = ["serde"] }
28-
xml-rs = "0.8.25"
23+
24+
[dev-dependencies]
25+
base64 = "0.22.1"
26+
chrono = { version = "0.4.40", features = ["serde"] }
27+
flate2 = "1.1.1"
28+
serde_json = "1.0"

0 commit comments

Comments
 (0)