feat: with init command

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 03:38:48 +02:00
parent 91ee9d4387
commit 6c5fed87b1
13 changed files with 1914 additions and 310 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-bullseye as base
FROM rust:1.70-slim-bullseye as base
RUN rustup target add x86_64-unknown-linux-musl

View File

@@ -1,2 +1,3 @@
.cuddle/
.git/
target/