Commit graph

5 commits

Author SHA1 Message Date
c697449b20 feat: add basic docker image build 2026-01-17 11:19:24 +01:00
e67afc23df feat: don't rebuild dependencies(of the crate) if the hash changes
It used to rebuild all of the dependencies of the crate, because I
embed the hash in the program, and when commiting there is a new hash.
("revision" or "hash", it is just the git hash)

Now it only rebuilds the final crate, so there is caching again. :)
2026-01-12 13:57:05 +01:00
594e91b8a1 chore: startup logging polish; BIND_PORT env var setting added 2025-12-04 00:25:07 +01:00
3b7e976deb feat: add COMMIT_HASH build time env var 2025-11-25 16:48:02 +01:00
28109122b2 inital working commit 2025-11-24 23:08:26 +01:00