Skip to content

Commit

Permalink
merge crates
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Sep 3, 2024
1 parent 22cf237 commit 40fb15d
Show file tree
Hide file tree
Showing 51 changed files with 292 additions and 2,771 deletions.
File renamed without changes.
482 changes: 266 additions & 216 deletions Cargo.lock

Large diffs are not rendered by default.

29 changes: 19 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
[workspace]
members = ["dsp-meta", "dsp-meta-cmd", "serde-rdf"]
resolver = "2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.package]
version = "2.0.3"
[package]
name = "dsp-meta"
version = "2.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
repository = "https://github.com/dasch-swiss/dsp-meta"
documentation = "https://github.com/dasch-swiss/dsp-meta"
readme = "README.md"
description = "The DSP Metadata Command Line Tool providing transformation, validation and serving of research project's metadata."
description = "DSP-META is a service that provides metadata for the Digital and Semantic Publishing Platform (DSP)."
authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]

[workspace.dependencies]
[dependencies]
anyhow = "1"
async-trait = "0.1.81"
axum = "0.7.2" # web framework
Expand Down Expand Up @@ -54,3 +49,17 @@ tracing-subscriber = { version = "0.3", features = [
tracing-test = "0.2"
url = { version = "2", features = ["serde"] }
toml = "0.8.19"

[dev-dependencies]
assert_cmd = "2.0.16"
axum-test = "15.3.0"
fake = "2.9.2"


[[bin]]
name = "dsp-meta-server"
path = "src/main-server.rs"

[[bin]]
name = "dsp-meta-validator"
path = "src/main-validator.rs"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1-slim-bookworm AS builder-rs
WORKDIR /dsp-meta
COPY . .
RUN cargo install --path ./dsp-meta-cmd
RUN cargo install --path ./

FROM node:21-bookworm-slim AS builder-node
WORKDIR /dsp-meta
Expand Down
14 changes: 0 additions & 14 deletions benches/rdf_bench.rs

This file was deleted.

154 changes: 0 additions & 154 deletions example_output_formats/dokubib.json

This file was deleted.

Loading

0 comments on commit 40fb15d

Please sign in to comment.