add own source code as a zip archive
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 0s

This commit is contained in:
Sebastian Hugentobler 2024-05-10 21:57:09 +02:00
parent 64639953f0
commit fa7babfafb
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
15 changed files with 408 additions and 23 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "little-hesinde"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
@ -25,3 +25,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
[build-dependencies]
ignore = "0.4.22"
zip = "1.2.2"