Using library and removed common functions (#3)

* Added lib from git and removed code which is in lib now

* NormalizePathLayer to remove trailing slash
This commit is contained in:
Martin Berg Alstad
2024-06-22 17:33:33 +02:00
committed by GitHub
parent e7f1ae156d
commit 4b6608fd4f
20 changed files with 41 additions and 426 deletions

View File

@ -21,7 +21,6 @@ WORKDIR /simplify_truths
COPY ./Cargo.lock ./Cargo.lock
COPY ./Cargo.toml ./Cargo.toml
COPY ./derive ./derive
# this build step will cache your dependencies
RUN cargo build --release