2022-06-14

This commit is contained in:
Daniel S. 2022-06-14 23:00:50 +02:00
parent dc68cce9ed
commit 652609ca71
18 changed files with 565 additions and 2144 deletions

5
rust/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM ghcr.io/pyo3/maturin
LABEL ed_lrr_dev latest
RUN rustup default nightly
RUN pip install maturin[zig]