chore: rename project to bakit
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 13m40s

This commit is contained in:
2025-11-20 11:01:21 +01:00
parent c46ab8397c
commit ce28426075
7 changed files with 38 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "phundrak-dot-com-backend"
name = "bakit"
version = "0.1.0"
edition = "2024"
publish = false
@@ -11,7 +11,7 @@ path = "src/lib.rs"
[[bin]]
path = "src/main.rs"
name = "phundrak-dot-com-backend"
name = "bakit"
[dependencies]
chrono = { version = "0.4.42", features = ["serde"] }